[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.rand]
version = "0.9"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.sqlx]
features = ["macros", "mysql"]
optional = true
version = "0.8"
[dependencies.strum]
features = ["derive"]
version = "0.27"
[dependencies.tabled]
optional = true
version = "0.20"
[dependencies.thiserror]
version = "2.0"
[dependencies.uuid]
features = ["v4", "serde", "js"]
version = "1.19"
[dev-dependencies.cargo-husky]
default-features = false
features = ["user-hooks"]
version = "1.5"
[features]
accounting = []
all = ["accounting", "budgeting", "hello", "pricing", "quota", "resources", "user"]
budgeting = []
default = ["all"]
hello = []
pricing = []
quota = []
resources = []
sqlx = ["dep:sqlx"]
tabled = ["dep:tabled"]
user = []
[lib]
crate-type = ["cdylib", "rlib"]
name = "avina_wire"
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 = ["web-programming"]
description = "Rust types for API communication of 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-wire"
readme = "README.md"
repository = "https://github.com/LRZ-BADW/avina"
resolver = "2"
version = "2.1.0"