[dependencies.guid-create]
version = "0.1.1"
[dependencies.http]
version = "0.2.5"
[dependencies.locale-types]
version = "0.4.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.130"
[dependencies.serde_json]
version = "1.0.72"
[package]
categories = ["config", "web-programming", "accessibility"]
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"
documentation = "https://docs.rs/cf-env"
edition = "2018"
exclude = [".github", ".gitpod.yml"]
homepage = "https://github.com/somehowchris/cf-env-rs"
keywords = ["cloudfoundry", "cf", "cf-for-k8s", "CloudFoundry"]
license = "MIT OR Apache-2.0"
name = "cf-env"
repository = "https://github.com/somehowchris/cf-env-rs"
version = "0.1.0"