openstack_types 0.22.6

OpenStack 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.88"
name = "openstack_types"
version = "0.22.6"
authors = ["Artem Goncharov (gtema)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenStack API Types"
homepage = "https://github.com/gtema/openstack"
readme = false
keywords = [
    "api",
    "openstack",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/gtema/openstack"

[features]
block_storage = ["dep:openstack-types-block-storage"]
compute = ["dep:openstack-types-compute"]
container_infra = ["dep:openstack-types-container-infrastructure-management"]
default = [
    "block_storage",
    "compute",
    "container_infra",
    "dns",
    "identity",
    "image",
    "load_balancer",
    "network",
    "object_store",
    "placement",
]
dns = ["dep:openstack-types-dns"]
identity = ["dep:openstack-types-identity"]
image = ["dep:openstack-types-image"]
keystone_ng = ["openstack-types-identity/keystone_ng"]
load_balancer = ["dep:openstack-types-load-balancer"]
network = ["dep:openstack-types-network"]
object_store = ["dep:openstack-types-object-store"]
openapi = []
placement = ["dep:openstack-types-placement"]

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

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

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

[dependencies.openstack-types-block-storage]
version = "0.1"
optional = true

[dependencies.openstack-types-compute]
version = "0.1"
optional = true

[dependencies.openstack-types-container-infrastructure-management]
version = "0.1"
optional = true

[dependencies.openstack-types-dns]
version = "0.1"
optional = true

[dependencies.openstack-types-identity]
version = "0.1"
optional = true

[dependencies.openstack-types-image]
version = "0.1"
optional = true

[dependencies.openstack-types-load-balancer]
version = "0.1"
optional = true

[dependencies.openstack-types-network]
version = "0.1"
optional = true

[dependencies.openstack-types-object-store]
version = "0.1"
optional = true

[dependencies.openstack-types-placement]
version = "0.1"
optional = true

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

[dependencies.serde_json]
version = "^1.0"

[dependencies.structable]
version = "^0.3"

[dev-dependencies.reqwest]
version = "^0.13"
default-features = false

[dev-dependencies.tokio]
version = "^1.52"
features = ["macros"]
default-features = false

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

[dev-dependencies.uuid]
version = "1.23"
features = ["v4"]

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