openstack-sdk-auth-password 0.22.6

OpenStack SDK auth plugin for authenticating with username/password
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-password"
version = "0.22.6"
authors = ["Artem Goncharov (gtema)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenStack SDK auth plugin for authenticating with username/password"
homepage = "https://github.com/gtema/openstack"
readme = false
license = "Apache-2.0"
repository = "https://github.com/gtema/openstack"

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

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

[dependencies.bytes]
version = "^1.11"

[dependencies.inventory]
version = "0.3"

[dependencies.openstack-sdk-auth-core]
version = "0.22.6"

[dependencies.reqwest]
version = "^0.13"
features = ["form"]
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.52"
features = ["macros"]
default-features = false

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

[dependencies.tracing]
version = "^0.1"

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

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

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