avina 2.0.0

Rust client library for the LRZ-specific features of the Openstack-based LRZ Compute Cloud.
Documentation
[dependencies.anyhow]
version = "1"

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

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

[dependencies.jzon]
version = "0.12"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls"]
version = "0.13"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
features = ["v4"]
version = "1.19"

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

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

[lib]
crate-type = ["cdylib", "rlib"]
name = "avina"
path = "src/lib.rs"

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