core-invoice 2.0.3

EN 16931 + Peppol PINT semantic model (VAT, GST, SST, consumption tax)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88"
name = "core-invoice"
version = "2.0.3"
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"