# 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-wire" version = "1.4.0" authors = ["Sandro-Alessio Gierens "] build = false exclude = [] 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/lrzcc" readme = "README.md" categories = ["web-programming"] license = "MIT" repository = "https://github.com/LRZ-BADW/lrzcc" [lib] name = "lrzcc_wire" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sqlx] version = "0.8" features = [ "macros", "mysql", ] [dependencies.tabled] version = "0.17" [dev-dependencies.cargo-husky] version = "1.5" features = ["user-hooks"] default-features = false [features] accounting = [] all = [ "accounting", "budgeting", "hello", "pricing", "quota", "resources", "user", ] budgeting = [] default = ["all"] hello = [] pricing = [] quota = [] resources = [] user = []