[dependencies.serde]
features = ["derive"]
version = "1.0.215"
[dependencies.validator]
features = ["derive"]
version = "0.20.0"
[lib]
name = "envmode"
path = "src/lib.rs"
[package]
authors = ["Vinuka Kodituwakku <vinuka.t@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Library to know and manage the current working environment of the application."
documentation = "https://docs.rs/envmode"
edition = "2021"
homepage = "https://github.com/VinukaThejana/envmode"
license = "MIT"
name = "envmode"
readme = "README.md"
repository = "https://github.com/VinukaThejana/envmode"
version = "0.1.2"