xml-rpc 0.0.11

Pure Rust implementation of XML-RPC
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "xml-rpc"
version = "0.0.11"
authors = ["Adnan Ademovic <adnanademovic100@gmail.com>"]
description = "Pure Rust implementation of XML-RPC"
readme = "README.md"
license = "MIT"
repository = "https://github.com/adnanademovic/xml-rpc-rs"
[dependencies.base64]
version = "0.6.0"

[dependencies.error-chain]
version = "0.10.0"

[dependencies.futures]
version = "0.1.14"

[dependencies.hyper]
version = "0.10.15"

[dependencies.lazy_static]
version = "1.0.0"

[dependencies.regex]
version = "0.2.3"

[dependencies.rouille]
version = "3.0.0"

[dependencies.serde]
version = "1.0.11"

[dependencies.serde-xml-rs]
version = "0.2.1"

[dependencies.serde_bytes]
version = "0.10.2"

[dependencies.serde_derive]
version = "1.0.11"

[dependencies.xml-rs]
version = "0.6.1"