# 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.63.0" name = "dxr_shared" version = "0.5.5" authors = ["Fabio Valentini "] description = "Declarative XML-RPC (implementation details)" readme = "README.md" keywords = ["XML-RPC"] categories = [ "network-programming", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ironthree/dxr" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4.19" features = ["std"] default-features = false [dependencies.quick-xml] version = "0.25" 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" [features] i8 = [] nil = [] [badges.maintenance] status = "deprecated"