mirror of
https://github.com/BSchneppe/einvoice-rs.git
synced 2026-03-17 10:24:08 +00:00
Co-authored-by: bschneppe-releaser-bot[bot] <195543023+bschneppe-releaser-bot[bot]@users.noreply.github.com>
35 lines
716 B
TOML
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"
|
|
|
|
|