# 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 = "xapirpc" version = "0.9.0" authors = ["Marcello Seri"] description = "Minimal RPC client for communication with xapi" homepage = "https://github.com/mseri/xapirpc-rs" readme = "README.md" keywords = ["xapi", "xen-api", "xmlrpc"] license-file = "LICENSE.md" repository = "https://github.com/mseri/xapirpc-rs.git" [dependencies.base64] version = "0.9.0" [dependencies.iso8601] version = "0.2.0" [dependencies.preferences] version = "1.1.0" [dependencies.quicli] version = "0.2.0" [dependencies.reqwest] version = "0.8.0" [dependencies.serde_json] version = "1.0.0" [dependencies.simple-error] version = "0.1.10" [dependencies.xmlrpc] version = "0.11.0"