[[bin]]
bench = false
name = "osc"
path = "src/bin/osc.rs"
test = false
[dependencies.base64]
version = "0.22"
[dependencies.bytes]
version = "^1.10"
[dependencies.chrono]
default-features = false
features = ["clock", "serde"]
version = "^0.4"
[dependencies.clap]
features = ["cargo", "color", "derive", "env", "color", "derive", "env"]
version = "^4.5"
[dependencies.clap_complete]
version = "^4.5"
[dependencies.color-eyre]
features = ["default", "issue-url", "track-caller"]
version = "^0.6"
[dependencies.comfy-table]
version = "^7.2"
[dependencies.config]
default-features = false
version = "^0.15"
[dependencies.dialoguer]
features = ["fuzzy-select"]
version = "^0.12.0"
[dependencies.dirs]
version = "^6.0"
[dependencies.eyre]
version = "^0.6"
[dependencies.http]
version = "^1.3"
[dependencies.indicatif]
version = "^0.18"
[dependencies.itertools]
version = "^0.14"
[dependencies.json-patch]
version = "^4.1"
[dependencies.openstack_sdk]
default-features = false
features = ["async", "identity"]
version = "^0.22"
[dependencies.openstack_types]
version = "^0.22"
[dependencies.owo-colors]
features = ["supports-colors"]
version = "^4.2"
[dependencies.rand]
version = "^0.9"
[dependencies.regex]
version = "^1.11"
[dependencies.reqwest]
default-features = false
features = ["blocking", "stream", "rustls-tls"]
version = "^0.12"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[dependencies.strip-ansi-escapes]
version = "^0.2"
[dependencies.structable]
version = "^0.3"
[dependencies.thiserror]
version = "^2.0"
[dependencies.tokio]
features = ["fs", "macros", "net", "sync", "rt-multi-thread", "io-std", "signal", "fs", "macros", "net", "sync", "rt-multi-thread", "io-std"]
version = "^1.47"
[dependencies.tokio-util]
features = ["io", "compat"]
version = "^0.7"
[dependencies.tracing]
version = "^0.1"
[dependencies.tracing-subscriber]
features = ["env-filter", "serde"]
version = "^0.3"
[dependencies.url]
features = ["serde"]
version = "^2.5"
[dependencies.webauthn-authenticator-rs]
features = ["ctap2", "mozilla", "ui-cli"]
optional = true
version = "0.5"
[dependencies.webauthn-rs-proto]
optional = true
version = "0.5"
[dev-dependencies.assert_cmd]
version = "^2.0"
[dev-dependencies.futures]
version = "^0.3"
[dev-dependencies.md5]
version = "^0.8.0"
[dev-dependencies.rand]
version = "^0.9"
[dev-dependencies.tempfile]
version = "^3.23"
[features]
_test_admin = []
_test_net_auto-allocated-topology = []
_test_net_dhcp_agent_scheduler = []
_test_net_l3_agent_scheduler = []
_test_net_local_ips = []
_test_net_logging = []
_test_net_network-ip-availability = []
_test_net_network-segment-range = []
_test_net_vpn = []
block_storage = ["openstack_sdk/block_storage"]
compute = ["openstack_sdk/compute"]
container_infra = ["openstack_sdk/container_infra"]
default = ["openstack_sdk/async", "block_storage", "compute", "container_infra", "dns", "identity", "image", "load_balancer", "network", "object_store", "placement"]
dns = ["openstack_sdk/dns"]
identity = ["openstack_sdk/identity"]
image = ["openstack_sdk/image"]
keystone_ng = ["openstack_sdk/keystone_ng", "openstack_types/keystone_ng"]
load_balancer = ["openstack_sdk/load_balancer"]
network = ["openstack_sdk/network"]
object_store = ["openstack_sdk/object_store"]
passkey = ["keystone_ng", "openstack_sdk/passkey", "dep:webauthn-authenticator-rs", "dep:webauthn-rs-proto"]
placement = ["openstack_sdk/placement"]
[lib]
bench = false
name = "openstack_cli"
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 = ["command-line-interface"]
description = "OpenStack client rewritten in Rust"
edition = "2024"
homepage = "https://github.com/gtema/openstack"
license = "Apache-2.0"
name = "openstack_cli"
readme = "README.md"
repository = "https://github.com/gtema/openstack"
resolver = "2"
rust-version = "1.85"
version = "0.13.2"
[[test]]
name = "functional"
path = "tests/main.rs"
test = false
[[test]]
name = "macros"
path = "tests/macros.rs"