nfe-parser 0.2.0

Biblioteca Rust de alto desempenho para parsing e serialização de Nota Fiscal Eletrônica (NF-e) brasileira - Layout 4.00 SEFAZ
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"
rust-version = "1.70"
name = "nfe-parser"
version = "0.2.0"
authors = ["Leonardo Matheus <contato@leonardomdev.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Biblioteca Rust de alto desempenho para parsing e serialização de Nota Fiscal Eletrônica (NF-e) brasileira - Layout 4.00 SEFAZ"
homepage = "https://github.com/leonardo-matheus/Rust-Nfe-API"
documentation = "https://docs.rs/nfe-parser"
readme = "README.md"
keywords = [
    "nfe",
    "nfce",
    "sefaz",
    "xml",
    "brazil",
]
categories = [
    "data-structures",
    "parser-implementations",
    "encoding",
]
license = "MIT"
repository = "https://github.com/leonardo-matheus/Rust-Nfe-API"

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

[[bin]]
name = "nfe-parser"
path = "src/main.rs"

[[example]]
name = "test_ide"
path = "examples/test_ide.rs"

[[example]]
name = "test_item"
path = "examples/test_item.rs"

[[example]]
name = "test_parse"
path = "examples/test_parse.rs"

[dependencies.chrono]
version = "0.4.19"
features = ["serde"]

[dependencies.derive_more]
version = "0.99.16"

[dependencies.quick-xml]
version = "0.23.0"
features = ["serialize"]

[dependencies.reqwest]
version = "0.11"

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

[dependencies.serde-xml-rs]
version = "0.6.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

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