openstack_sdk_core 0.22.5

OpenStack SDK core
Documentation
# 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.76"
name = "openstack_sdk_core"
version = "0.22.5"
authors = ["Artem Goncharov (gtema)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenStack SDK core"
homepage = "https://github.com/gtema/openstack"
readme = "README.md"
keywords = [
    "api",
    "openstack",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/gtema/openstack"
resolver = "3"

[features]
async = []
block_storage = []
client_der = []
client_pem = []
compute = []
container_infra = []
default = [
    "async",
    "sync",
]
dns = []
identity = []
image = []
keystone_ng = []
load_balancer = []
network = []
object_store = []
passkey = [
    "keystone_ng",
    "dep:webauthn-authenticator-rs",
    "dep:webauthn-rs-proto",
]
placement = []
sync = []

[lib]
name = "openstack_sdk_core"
path = "src/lib.rs"

[[example]]
name = "ignore"
path = "examples/ignore.rs"
required-features = ["async"]

[[example]]
name = "paged"
path = "examples/paged.rs"
required-features = ["async"]

[[example]]
name = "query"
path = "examples/query.rs"
required-features = ["async"]

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.async-trait]
version = "^0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "^1.11"

[dependencies.chrono]
version = "^0.4"
features = [
    "clock",
    "serde",
]
default-features = false

[dependencies.config]
version = "^0.15"
features = ["yaml"]
default-features = false

[dependencies.derive_builder]
version = "^0.20"

[dependencies.dialoguer]
version = "^0.12.0"

[dependencies.dirs]
version = "^6.0"

[dependencies.form_urlencoded]
version = "^1.2"

[dependencies.futures]
version = "^0.3"

[dependencies.futures-util]
version = "^0.3"
default-features = false

[dependencies.http]
version = "^1.4"

[dependencies.http-body-util]
version = "^0.1"

[dependencies.hyper]
version = "^1.8"
features = ["full"]

[dependencies.hyper-util]
version = "^0.1"
features = ["full"]

[dependencies.itertools]
version = "^0.14"

[dependencies.json-patch]
version = "^4.1"

[dependencies.open]
version = "^5.3"

[dependencies.postcard]
version = "1.1"
features = ["use-std"]
default-features = false

[dependencies.regex]
version = "^1.12"

[dependencies.reqwest]
version = "^0.13"
features = [
    "blocking",
    "stream",
    "rustls",
    "gzip",
    "deflate",
    "form",
    "http2",
    "socks",
    "system-proxy",
]
default-features = false

[dependencies.secrecy]
version = "0.10"
features = ["serde"]

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_urlencoded]
version = "^0.7"

[dependencies.thiserror]
version = "^2.0"

[dependencies.tokio]
version = "^1.49"
features = [
    "fs",
    "macros",
    "net",
    "sync",
    "rt-multi-thread",
    "io-std",
    "signal",
]

[dependencies.tokio-util]
version = "^0.7"
features = [
    "io",
    "compat",
]

[dependencies.tracing]
version = "^0.1"

[dependencies.url]
version = "^2.5"
features = ["serde"]

[dependencies.webauthn-authenticator-rs]
version = "0.5"
features = [
    "ctap2",
    "mozilla",
    "ui-cli",
]
optional = true

[dependencies.webauthn-rs-proto]
version = "0.5"
optional = true

[dev-dependencies.httpmock]
version = "0.8"

[dev-dependencies.reserve-port]
version = "^2.2"

[dev-dependencies.tempfile]
version = "^3.25"

[dev-dependencies.tokio]
version = "^1.49"
features = [
    "fs",
    "macros",
    "net",
    "sync",
    "rt-multi-thread",
    "io-std",
    "signal",
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tracing-test]
version = "^0.2"

[lints.clippy]
enum_glob_use = "deny"
expect_used = "deny"
result_large_err = "allow"
unwrap_used = "deny"