[dependencies.guid-create]
features = ["serde"]
version = "0.3.1"
[dependencies.http]
version = "1.0.0"
[dependencies.locale-types]
version = "0.4.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.196"
[dependencies.serde_json]
version = "1.0.113"
[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 = "2021"
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"
readme = "README.md"
repository = "https://github.com/somehowchris/cf-env-rs"
version = "0.1.9"