openstack-cli-placement 0.2.0

OpenStack CLI Placement commands
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-cli-placement"
version = "0.2.0"
authors = ["Artem Goncharov (gtema)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenStack CLI Placement commands"
homepage = "https://github.com/gtema/openstack"
readme = false
license = "Apache-2.0"
repository = "https://github.com/gtema/openstack"

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

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

[dependencies.eyre]
version = "^0.6"

[dependencies.http]
version = "^1.4"

[dependencies.openstack-cli-core]
version = "0.13.6"

[dependencies.openstack_sdk]
version = "0.22.6"
features = [
    "async",
    "identity",
]

[dependencies.openstack_sdk_core]
version = "0.22.6"

[dependencies.openstack_types]
version = "0.22.5"

[dependencies.serde_json]
version = "^1.0"

[dependencies.tracing]
version = "^0.1"

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