[dependencies.chrono]
default-features = false
features = ["clock", "serde"]
version = "^0.4"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[dependencies.structable]
version = "^0.3"
[dev-dependencies.reqwest]
default-features = false
features = ["blocking", "stream", "rustls-tls"]
version = "^0.12"
[dev-dependencies.tokio]
features = ["fs", "macros", "net", "sync", "rt-multi-thread", "io-std", "signal"]
version = "^1.45"
[dev-dependencies.url]
version = "^2.5"
[features]
block_storage = []
compute = []
container_infra = []
default = ["block_storage", "compute", "container_infra", "dns", "identity", "image", "load_balancer", "network", "object_store", "placement"]
dns = []
identity = []
image = []
load_balancer = []
network = []
object_store = []
openapi = []
placement = []
[lib]
name = "openstack_types"
path = "src/lib.rs"
[lints.clippy]
result_large_err = "allow"
[package]
authors = ["Artem Goncharov (gtema)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "OpenStack API Types"
edition = "2021"
homepage = "https://github.com/gtema/openstack"
keywords = ["api", "openstack"]
license = "Apache-2.0"
name = "openstack_types"
readme = false
repository = "https://github.com/gtema/openstack"
rust-version = "1.76"
version = "0.21.2"
[[test]]
name = "mocked"
path = "tests/mocked/main.rs"
test = false