# 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 = "2018" name = "fiscalidade" version = "0.8.0" authors = ["Silvio Clecio (silvioprog) "] description = "Biblioteca Rust para validação, assinatura e transmissão de XMLs para webservices SEFAZ." homepage = "https://github.com/risoflora/fiscalidade" readme = "README.md" keywords = ["nfe", "sped", "sefaz"] categories = ["network-programming", "web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/risoflora/fiscalidade" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = ["gzip", "native-tls"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.12" features = ["fs"] [dependencies.toml] version = "0.5" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.tokio] version = "1.12" features = ["macros"] [features] default = ["embed_webservices"] embed_webservices = []