[package] name = "envmode" version = "0.1.1" edition = "2021" authors = ["Vinuka Kodituwakku "] description = "A Library to know and manage the current working environment of the application." readme = "README.md" license = "MIT" repository = "https://github.com/VinukaThejana/envmode" homepage = "https://github.com/VinukaThejana/envmode" documentation = "https://docs.rs/envmode" [dependencies] serde = { version = "1.0.215", features = ["derive"] } validator = { version = "0.19.0", features = ["derive"] }