Files
einvoice-rs/Cargo.toml
2025-01-17 19:24:46 +01:00

32 lines
618 B
TOML

[package]
name = "einvoice"
version = "0.1.0"
edition = "2021"
[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"