# 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 = "osauth" version = "0.5.0" authors = ["Dmitry Tantsur "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous OpenStack session and authentication" homepage = "https://github.com/dtantsur/rust-osauth" documentation = "https://docs.rs/osauth" readme = "README.md" keywords = [ "api", "cloud", "openstack", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/dtantsur/rust-osauth" [lib] name = "osauth" path = "src/lib.rs" [[example]] name = "compute-versions" path = "examples/compute-versions.rs" [[example]] name = "list-baremetal" path = "examples/list-baremetal.rs" [[example]] name = "list-images" path = "examples/list-images.rs" [[example]] name = "list-servers-paginated" path = "examples/list-servers-paginated.rs" required-features = ["stream"] [[example]] name = "object-store" path = "examples/object-store.rs" [dependencies.async-stream] version = "^0.3" optional = true [dependencies.async-trait] version = "^0.1" [dependencies.chrono] version = "^0.4" features = ["serde"] [dependencies.dirs] version = "^4.0.0" [dependencies.futures] version = "^0.3" optional = true [dependencies.http] version = "^1.0" [dependencies.lazy_static] version = "^1.4" [dependencies.log] version = "^0.4" [dependencies.osauth-derive] version = "^0.1.2" [dependencies.percent-encoding] version = "^2.2" [dependencies.pin-project] version = "^1.0" [dependencies.reqwest] version = "^0.12" features = [ "gzip", "http2", "json", "stream", ] default-features = false [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.serde_yaml] version = "^0.9" [dependencies.static_assertions] version = "^1.1" [dependencies.take_mut] version = "^0.2" [dependencies.tokio] version = "^1.0" features = [ "net", "sync", ] [dependencies.url] version = "^2.2" features = ["serde"] [dev-dependencies.env_logger] version = "^0.9" [dev-dependencies.maplit] version = "^1.0" [dev-dependencies.serde_urlencoded] version = "0.7" [dev-dependencies.tempfile] version = "^3.1" [dev-dependencies.tokio] version = "^1.0" features = [ "macros", "net", "sync", "rt-multi-thread", ] [features] default = [ "native-tls", "stream", ] default-rustls = [ "rustls", "stream", ] native-tls = ["reqwest/default-tls"] rustls = ["reqwest/rustls-tls"] stream = [ "async-stream", "futures", ] [badges.travis-ci] repository = "dtantsur/rust-osauth"