fiscal 0.5.1

Brazilian fiscal document library (NF-e/NFC-e) — Rust port of sped-nfe
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[workspace]
# Use conventional commits to determine version bumps
features_always_increment_minor = true
# Run cargo-semver-checks to detect breaking changes
semver_check = true
# Timeout for cargo publish (includes waiting for crates.io index)
publish_timeout = "10m"
# Label the release PR
pr_labels = ["release"]

# fiscal-napi is managed outside release-plz.
# Version bumps come from the release-plz PR for dependent crates
# (fiscal-core, fiscal-sefaz) and npm publish is handled by napi-publish.yml.
[[package]]
name = "fiscal-napi"
release = false
publish = false