openstack_cli 0.6.2

OpenStack client rewritten in Rust
Documentation
[[bin]]
bench = false
name = "osc"
path = "src/bin/osc.rs"
test = false

[dependencies.bytes]
version = "^1.6"

[dependencies.clap]
features = ["derive", "env", "color", "derive", "env"]
version = "^4.5"

[dependencies.cli-table]
version = "^0.4"

[dependencies.color-eyre]
features = ["default", "issue-url"]
version = "^0.6"

[dependencies.dialoguer]
version = "^0.11"

[dependencies.eyre]
version = "^0.6"

[dependencies.http]
version = "^1.1"

[dependencies.indicatif]
version = "^0.17"

[dependencies.json-patch]
version = "^2.0"

[dependencies.openstack_sdk]
default-features = false
features = ["async", "identity"]
version = "^0.7"

[dependencies.regex]
version = "^1.10"

[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.structable_derive]
version = "^0.1"

[dependencies.thiserror]
version = "^1.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.39"

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

[dependencies.tracing]
version = "^0.1"

[dependencies.tracing-subscriber]
version = "^0.3"

[dependencies.url]
version = "^2.5"

[dev-dependencies.assert_cmd]
version = "^2.0"

[dev-dependencies.file_diff]
version = "^1.0"

[dev-dependencies.rand]
version = "^0.8"

[dev-dependencies.tempfile]
version = "^3.10"

[features]
block_storage = ["openstack_sdk/block_storage"]
compute = ["openstack_sdk/compute"]
default = ["openstack_sdk/async", "block_storage", "compute", "identity", "image", "load_balancer", "network", "object_store"]
identity = ["openstack_sdk/identity"]
image = ["openstack_sdk/image"]
load_balancer = ["openstack_sdk/load_balancer"]
network = ["openstack_sdk/network"]
object_store = ["openstack_sdk/object_store"]

[lib]
bench = false
name = "openstack_cli"
path = "src/lib.rs"

[package]
authors = ["Artem Goncharov (gtema)"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "OpenStack client rewritten in Rust"
edition = "2021"
homepage = "https://github.com/gtema/openstack"
license = "Apache-2.0"
name = "openstack_cli"
readme = "README.md"
repository = "https://github.com/gtema/openstack"
rust-version = "1.76"
version = "0.6.2"

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