avina-cli 1.6.0

Rust CLI client for the LRZ-specific features of the Openstack-based LRZ Compute Cloud.
[[bin]]
name = "avina"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.avina]
version = "1.8"

[dependencies.avina-wire]
version = "1.7"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

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

[dependencies.colored]
version = "3.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.20"

[dev-dependencies.cargo-husky]
default-features = false
features = ["user-hooks"]
version = "1.5"

[features]
accounting = ["avina/accounting"]
all = ["accounting", "budgeting", "hello", "pricing", "quota", "resources", "user"]
budgeting = ["avina/budgeting"]
default = ["all"]
hello = ["avina/hello"]
pricing = ["avina/pricing"]
quota = ["avina/quota"]
resources = ["avina/resources"]
user = ["avina/user"]

[package]
authors = ["Sandro-Alessio Gierens <sandro@gierens.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "command-line-utilities"]
description = "Rust CLI client for the LRZ-specific features of the Openstack-based LRZ Compute Cloud."
edition = "2021"
exclude = []
homepage = "https://github.com/LRZ-BADW/avina"
license = "MIT"
name = "avina-cli"
readme = "README.md"
repository = "https://github.com/LRZ-BADW/avina"
version = "1.6.0"