lrzcc-wire 1.5.0

Rust types for API communication of the LRZ-specific features of the Openstack-based LRZ Compute Cloud.
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

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

[dependencies.sqlx]
features = ["macros", "mysql"]
version = "0.8"

[dependencies.tabled]
version = "0.17"

[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 = []
user = []

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

[package]
authors = ["Sandro-Alessio Gierens <sandro@gierens.de>"]
autobenches = false
autobins = false
autoexamples = 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 = "2021"
exclude = []
homepage = "https://github.com/LRZ-BADW/lrzcc"
license = "MIT"
name = "lrzcc-wire"
readme = "README.md"
repository = "https://github.com/LRZ-BADW/lrzcc"
version = "1.5.0"