# 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" version = "1.3.0" authors = ["Sandro-Alessio Gierens "] build = false exclude = [] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust client library 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"] license = "MIT" repository = "https://github.com/LRZ-BADW/lrzcc" [lib] name = "lrzcc" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.jzon] version = "0.12" [dependencies.lrzcc-wire] version = "1.2" [dependencies.reqwest] version = "0.12" features = [ "json", "blocking", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.7" [dependencies.thiserror] version = "1" [dev-dependencies.cargo-husky] version = "1.5" features = ["user-hooks"] default-features = false [features] accounting = ["lrzcc-wire/accounting"] all = [ "accounting", "budgeting", "hello", "pricing", "quota", "resources", "user", ] budgeting = ["lrzcc-wire/budgeting"] default = ["all"] hello = ["lrzcc-wire/hello"] pricing = ["lrzcc-wire/pricing"] quota = ["lrzcc-wire/quota"] resources = ["lrzcc-wire/resources"] user = ["lrzcc-wire/user"] vendored-tls = ["reqwest/native-tls-vendored"]