core-invoice-cli 1.0.0

Offline CLI: validate, convert, diff, explain core-invoice documents
# 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-cli"
version = "1.0.0"
authors = ["Proxeon"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Offline CLI: validate, convert, diff, explain core-invoice documents"
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"

[[bin]]
name = "core-invoice"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.core-invoice]
version = "1.0.0"

[dependencies.core-invoice-formats]
version = "1.0.0"

[dev-dependencies.core-invoice-fixtures]
version = "1.0.0"

[dev-dependencies.core-invoice-formats]
version = "1.0.0"