[package]
edition = "2024"
name = "fatoora-rs-cli"
version = "0.1.3"
authors = ["mqqz"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the fatoora ZATCA SDK"
homepage = "https://github.com/mqqz/fatoora-rs"
documentation = "https://docs.rs/fatoora-rs-cli"
readme = "README.md"
keywords = [
"zatca",
"e-invoice",
"cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/mqqz/fatoora-rs"
[[bin]]
name = "fatoora-rs-cli"
path = "src/main.rs"
[[test]]
name = "cli"
path = "tests/cli.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.base64ct]
version = "1.8.0"
[dependencies.clap]
version = "4.5.53"
features = ["derive"]
[dependencies.fatoora-core]
version = "0.1.3"
[dependencies.serde_json]
version = "1.0.143"
[profile.release]
lto = true
codegen-units = 1