# 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" name = "xo-api-client" version = "0.1.1" authors = ["Albin Hedman "] description = "Unofficial crate for accessing Xen Orchestra through its API" keywords = ["xen", "xcp-ng", "client", "vm", "tokio"] categories = ["api-bindings", "asynchronous", "network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/usbalbin/xo-api-client" resolver = "2" [dependencies.async-trait] version = "0.1.50" [dependencies.futures] version = "0.3" [dependencies.jsonrpsee-types] version = "0.4.1" [dependencies.jsonrpsee-ws-client] version = "0.4.1" [dependencies.log] version = "0.4.0" [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1.12.0" [dev-dependencies.tokio] version = "1.12" features = ["macros", "rt-multi-thread"]