# 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" version = "0.6.3" authors = ["Fabio Valentini "] build = false exclude = ["/wip/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Declarative XML-RPC" readme = "README.md" keywords = [ "XML-RPC", "client", "server", "derive", ] categories = [ "network-programming", "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" path = "src/lib.rs" [[test]] name = "derive" path = "tests/derive.rs" required-features = [ "derive", "i8", "nil", ] [dependencies.base64] version = "0.21" [dependencies.chrono] version = "0.4.19" features = ["std"] default-features = false [dependencies.dxr_derive] version = "0.6.3" optional = true [dependencies.quick-xml] version = "0.30" features = ["serialize"] [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dev-dependencies.chrono] version = "0.4.19" features = [ "clock", "std", ] default-features = false [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [dev-dependencies.trybuild] version = "1" [features] derive = ["dep:dxr_derive"] i8 = [] multicall = [] nil = []