# 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 = "cf-env" version = "0.1.9" exclude = [ ".github", ".gitpod.yml", ] description = "Crate to parse Cloud Foundry environment variables with types and checks. Get you off that boilerplate code and care about what you actually need to code" homepage = "https://github.com/somehowchris/cf-env-rs" documentation = "https://docs.rs/cf-env" readme = "README.md" keywords = [ "cloudfoundry", "cf", "cf-for-k8s", "CloudFoundry", ] categories = [ "config", "web-programming", "accessibility", ] license = "MIT OR Apache-2.0" repository = "https://github.com/somehowchris/cf-env-rs" [dependencies.guid-create] version = "0.3.1" features = ["serde"] [dependencies.http] version = "1.0.0" [dependencies.locale-types] version = "0.4.0" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113"