# 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 = "kube_quantity_2" version = "0.6.1" authors = [ "Thomas Kosiewski ", "Lukas Paluch", ] description = "kube_quantity is a library adding arithmetic operations to the Quantity type from the k8s-openapi crate." readme = "README.md" keywords = [ "kubernetes", "k8s", "cncf", ] categories = [ "algorithms", "data-structures", "encoding", ] license = "Apache-2.0" repository = "https://github.com/fluktuid/kube-quantity-rs" [package.metadata.docs.rs] features = ["k8s-openapi/v1_27"] [dependencies.k8s-openapi] version = "0.19.0" default-features = false [dependencies.nom] version = "7.1.3" [dependencies.rust_decimal] version = "1.29.0" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.k8s-openapi] version = "0.19.0" features = ["v1_27"] default-features = false [features] __check = ["k8s-openapi/v1_27"]