# 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.0" name = "dxr_client" version = "0.6.3" authors = ["Fabio Valentini "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Declarative XML-RPC (client implementation)" readme = "README.md" keywords = [ "XML-RPC", "client", ] categories = [ "network-programming", "web-programming::http-client", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ironthree/dxr" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "dxr_client" path = "src/lib.rs" [dependencies.dxr] version = "0.6.3" [dependencies.http] version = "0.2.6" optional = true [dependencies.log] version = "0.4.13" [dependencies.reqwest] version = "0.11" features = ["cookies"] optional = true default-features = false [dependencies.thiserror] version = "1" optional = true [dependencies.url] version = "2.2" optional = true [features] default = ["reqwest?/default-tls"] default-tls = ["reqwest?/default-tls"] multicall = ["dxr/multicall"] native-tls = ["reqwest?/native-tls"] reqwest = [ "dep:http", "dep:reqwest", "dep:thiserror", "dep:url", ] rustls-tls = ["reqwest?/rustls-tls"]