fiscal 0.4.0

Brazilian fiscal document library (NF-e/NFC-e) — Rust port of sped-nfe
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.85"
name = "fiscal"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Brazilian fiscal document library (NF-e/NFC-e) — Rust port of sped-nfe"
documentation = "https://fiscal-rs-docs.vercel.app/"
readme = "README.md"
keywords = [
    "nfe",
    "nfce",
    "fiscal",
    "brazil",
    "sefaz",
]
categories = [
    "encoding",
    "cryptography",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/JoaoHenriqueBarbosa/fiscal-rs"
resolver = "2"

[lib]
name = "fiscal"
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "fiscal_bench"
path = "benches/fiscal_bench.rs"
harness = false

[dependencies.fiscal-core]
version = "0.4.0"

[dependencies.fiscal-crypto]
version = "0.2.0"

[dependencies.fiscal-sefaz]
version = "0.4.0"

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

[dev-dependencies.divan]
version = "0.1"

[dev-dependencies.insta]
version = "1"
features = ["yaml"]

[dev-dependencies.openssl]
version = "0.10"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.regex]
version = "1"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.sha1]
version = "0.10"

[dev-dependencies.tokio]
version = "1"
features = ["full"]