# 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 = "objectscale-client" version = "0.2.1" authors = ["Luis Liu "] exclude = [ "golang/*", "tests/*", "rustfmt.toml", ] description = "A Rust client for ObjectScale Management." documentation = "https://docs.rs/objectscale-client" readme = "README.md" keywords = [ "objectscale", "client", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/vangork/objectscale-client" [dependencies.anyhow] version = "1.0" [dependencies.derive_builder] version = "0.20.0" [dependencies.quick-xml] version = "0.36.0" features = ["serialize"] [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-aux] version = "4.5" [dependencies.serde_json] version = "1.0"