[package]
edition = "2024"
rust-version = "1.88"
name = "core-invoice-sys"
version = "2.0.1"
authors = ["Proxeon"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C ABI for core-invoice (Python/WASM bind to this)"
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"
[lib]
name = "core_invoice_sys"
crate-type = [
"cdylib",
"staticlib",
"rlib",
]
path = "src/lib.rs"
[dependencies.core-invoice]
version = "2.0.1"
[dependencies.core-invoice-formats]
version = "2.0.1"
[dev-dependencies.core-invoice-fixtures]
version = "2.0.1"
[dev-dependencies.core-invoice-formats]
version = "2.0.1"