# 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 = "serde_xmlrpc" version = "0.3.0-alpha.2" authors = ["Kaleb Elwert "] description = "A simple, no nonsense, XML-RPC serde implementation for Rust" documentation = "https://docs.rs/serde_xmlrpc" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/belak/serde-xmlrpc" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.22" [dependencies.iso8601] version = "0.6" [dependencies.quick-xml] version = "0.31" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-transcode] version = "1.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.reqwest] version = "0.11" features = ["blocking"]