Files
einvoice-rs/Cargo.toml
bschneppe-releaser-bot[bot] e2a0b23852 chore: release v0.1.1 (#4)
Co-authored-by: bschneppe-releaser-bot[bot] <195543023+bschneppe-releaser-bot[bot]@users.noreply.github.com>
2025-01-18 11:14:01 +01:00

35 lines
716 B
TOML

[package]
name = "einvoice"
version = "0.1.1"
edition = "2021"
license-file = "LICENSE"
license = "MIT"
description = "E-Invoice library with language bindings"
[dependencies]
einvoice_deps_yaserde = { version = "0.0.1"}
einvoice_deps_yaserde_derive ={ version = "0.0.1"}
thiserror = "2.0.11"
rayon = "1.10.0"
uniffi = { version = "0.28.3", features = ["cli"] }
chrono = "0.4.39"
rust_decimal = { version = "1.36.0",features = ["c-repr"] }
lopdf = "=0.34.0"
[dev-dependencies]
rstest = "0.24.0"
xmltree = { version = "0.11.0" ,features = ["attribute-order"]}
regex = "1.11.1"
[build-dependencies]
regex = "1.11.1"
[lib]
crate-type = ["lib","cdylib"]
[[bin]]
name = "uniffi-bindgen"
path = "uniffi_bindgen.rs"