# 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 = "k8s_quantity_parser" version = "0.1.0" authors = ["Alejandro Llanes "] description = "A simple parser for rust k8s_openapi resource Quantity." homepage = "https://github.com/sombralibre/k8s-quantity-parser" documentation = "https://docs.rs/k8s_quantity_parser/0.1.0" keywords = [ "parser", "k8s_openapi", "quantity", ] categories = [ "parsing", "parser-implementations", ] license = "MIT" repository = "https://github.com/sombralibre/k8s-quantity-parser" resolver = "2" [dependencies.eyre] version = "0.6" [dependencies.k8s-openapi] version = "0.14" features = ["v1_22"] default-features = false [dependencies.regex] version = "1"