openstack-sdk-auth-core 0.22.0

OpenStack SDK auth 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 = "2024"
rust-version = "1.88"
name = "openstack-sdk-auth-core"
version = "0.22.0"
authors = ["Artem Goncharov (gtema)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenStack SDK auth core"
homepage = "https://github.com/gtema/openstack"
readme = false
keywords = [
    "api",
    "openstack",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/gtema/openstack"

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

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

[dependencies.bytes]
version = "^1.11"

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

[dependencies.derive_builder]
version = "^0.20"

[dependencies.dyn-clone]
version = "1.0"

[dependencies.http]
version = "^1.4"

[dependencies.inventory]
version = "0.3"

[dependencies.reqwest]
version = "^0.13"
features = [
    "blocking",
    "stream",
    "rustls",
    "json",
]
default-features = false

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

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

[dependencies.serde_json]
version = "^1.0"

[dependencies.thiserror]
version = "^2.0"

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

[dependencies.tracing]
version = "^0.1"

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

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

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