# 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 = "2021" name = "lrzcc-cli" version = "1.3.0" authors = ["Sandro-Alessio Gierens "] build = false exclude = [] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust CLI client for the LRZ-specific features of the Openstack-based LRZ Compute Cloud." homepage = "https://github.com/LRZ-BADW/lrzcc" readme = "README.md" categories = [ "api-bindings", "command-line-utilities", ] license = "MIT" repository = "https://github.com/LRZ-BADW/lrzcc" [[bin]] name = "lrzcc" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.colored] version = "2.1" [dependencies.lrzcc] version = "1.3" [dependencies.lrzcc-wire] version = "1.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tabled] version = "0.16" [dev-dependencies.cargo-husky] version = "1.5" features = ["user-hooks"] default-features = false [features] accounting = ["lrzcc/accounting"] all = [ "accounting", "budgeting", "hello", "pricing", "quota", "resources", "user", ] budgeting = ["lrzcc/budgeting"] default = ["all"] hello = ["lrzcc/hello"] pricing = ["lrzcc/pricing"] quota = ["lrzcc/quota"] resources = ["lrzcc/resources"] user = ["lrzcc/user"]