openstack-keystone-api-types 0.1.0

OpenStack Keystone API types
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.91"
name = "openstack-keystone-api-types"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenStack Keystone API types"
homepage = "https://openstack-experimental.github.io/keystone"
readme = false
license = "Apache-2.0"
repository = "https://github.com/openstack-experimental/keystone"

[features]
default = []

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

[dependencies.axum]
version = "0.8"
features = ["json"]
default-features = false

[dependencies.base64]
version = "0.22"

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

[dependencies.derive_builder]
version = "0.20"

[dependencies.http]
version = "1.4"
optional = true

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

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.utoipa]
version = "5.4"
features = ["chrono"]

[dependencies.validator]
version = "0.20"
features = ["derive"]

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