# 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" rust-version = "1.58" name = "openstack" version = "0.5.0" authors = ["Dmitry Tantsur "] description = "OpenStack SDK for Rust" homepage = "https://github.com/dtantsur/rust-openstack" documentation = "https://docs.rs/openstack" readme = "README.md" keywords = [ "api", "cloud", "openstack", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/dtantsur/rust-openstack" [lib] name = "openstack" path = "src/lib.rs" [dependencies.async-stream] version = "^0.3" [dependencies.async-trait] version = "^0.1" [dependencies.chrono] version = "^0.4" features = ["serde"] [dependencies.eui48] version = "^1.0" features = [ "disp_hexstring", "serde", ] [dependencies.futures] version = "^0.3" [dependencies.ipnet] version = "^2.0" features = ["serde"] [dependencies.log] version = "^0.4" [dependencies.osauth] version = "^0.4" features = ["stream"] default-features = false [dependencies.pin-project] version = "^1.0" [dependencies.reqwest] version = "^0.11" features = [ "gzip", "json", "stream", ] default-features = false [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.serde_yaml] version = "^0.9" [dependencies.tokio-util] version = "^0.7" features = [ "codec", "compat", ] optional = true [dependencies.waiter] version = "^0.2" [dev-dependencies.env_logger] version = "^0.9" [dev-dependencies.hex] version = "^0.4" [dev-dependencies.md-5] version = "^0.10" [dev-dependencies.tokio] version = "^1.21" features = ["macros"] [features] compute = [] default = [ "compute", "image", "network", "native-tls", "object-storage", ] image = [] native-tls = [ "reqwest/default-tls", "osauth/native-tls", ] network = [] object-storage = ["tokio-util"] rustls = [ "reqwest/rustls-tls", "osauth/rustls", ]