# 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 = "brasilapi-client" version = "0.2.2" authors = ["Renan Vizza Campos "] exclude = [".github/", ".gitignore", ".editorconfig"] description = "Rust client implementation to consume BrasilAPI" readme = "README.md" keywords = ["brasil", "brasilapi", "brasil-api"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/rvcampos/brasilapi-client-rust" [dependencies.chrono] version = "0.4" [dependencies.isahc] version = "1.6" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.futures] version = "0.3" [dev-dependencies.futures-await-test] version = "0.3" [features] default = [] sync = []