[package]
edition = "2024"
rust-version = "1.88"
name = "core-invoice"
version = "2.0.0"
authors = ["Proxeon"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EN 16931 + Peppol PINT semantic model (VAT, GST, SST, consumption tax)"
homepage = "https://github.com/proxeon/core-invoice"
readme = "README.md"
keywords = [
"einvoice",
"en16931",
"peppol",
"pint",
"ubl",
]
categories = [
"encoding",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/proxeon/core-invoice"
[features]
default = []
xrechnung = []
[lib]
name = "core_invoice"
path = "src/lib.rs"
[dependencies.rust_decimal]
version = "1.39"
features = ["std"]
default-features = false
[dependencies.thiserror]
version = "2"