dfe 0.5.8

DFE - Documentos Fiscais EletrĂ´nicos Brasileiros
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 = "2021"
name = "dfe"
version = "0.5.8"
build = false
exclude = [
    "dfe/manuais_sefaz/*",
    "dfe/shema/*",
    "dfe/thirdparty/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DFE - Documentos Fiscais EletrĂ´nicos Brasileiros"
homepage = "https://github.com/GustavoOta/dfe"
readme = "README.md"
keywords = [
    "rust",
    "nfe",
    "dfe",
]
categories = [
    "api-bindings",
    "parsing",
]
license = "MIT"
repository = "https://github.com/GustavoOta/dfe"

[package.metadata.vcpkg]
triplet = "x64-windows-static"

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

[[bin]]
name = "mod"
path = "src/bin/mod.rs"

[dependencies.barcoders]
version = "2.0.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.38"

[dependencies.chrono-tz]
version = "0.10.0"

[dependencies.flate2]
version = "1.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.image]
version = "0.24"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.libxml]
version = "=0.3.3"

[dependencies.openssl]
version = "0.10.68"
features = ["vendored"]

[dependencies.printpdf]
version = "0.7.0"

[dependencies.qrcodegen]
version = "1.8"

[dependencies.quick-xml]
version = "0.37.1"
features = [
    "encoding",
    "serialize",
]

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.9"
features = [
    "native-tls",
    "json",
    "gzip",
    "blocking",
]

[dependencies.rust_decimal]
version = "1.38.0"

[dependencies.serde]
version = "1.0.215"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.133"

[dependencies.sha1]
version = "0.10.6"

[dependencies.sha2]
version = "0.10.8"

[dependencies.tokio]
version = "1.41.1"
features = ["full"]

[profile.release]
debug = 0