# 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 = "cadsus-client" version = "0.0.17" authors = ["luiz-eduardo14"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wrapper for execute requests in cadsus" readme = "README.md" keywords = ["cadsus"] license = "MIT" repository = "https://github.com/luiz-eduardo14/cadsus-client" [lib] name = "cadsus_client" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.81" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.http] version = "1" [dependencies.log] version = "0.4.22" [dependencies.quick-xml] version = "0.36.1" features = [ "tokio", "serialize", ] [dependencies.reqwest] version = "0.12.5" features = [ "rustls-tls", "__rustls", "__rustls-ring", "json", ] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.tera] version = "1.20.0"