avina-wire 2.2.0

Rust types for API communication of the LRZ-specific features of the Openstack-based LRZ Compute Cloud.
Documentation
# 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 = "2024"
name = "avina-wire"
version = "2.2.0"
authors = ["Sandro-Alessio Gierens <sandro@gierens.de>"]
build = false
exclude = []
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust types for API communication of the LRZ-specific features of the Openstack-based LRZ Compute Cloud."
homepage = "https://github.com/LRZ-BADW/avina"
readme = "README.md"
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/LRZ-BADW/avina"
resolver = "2"

[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]
name = "avina_wire"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.rand]
version = "0.9"

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

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

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.tabled]
version = "0.20"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.uuid]
version = "1.20"
features = [
    "v4",
    "serde",
    "js",
]

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