[package] name = "easy_arg" version = "0.2.6" edition = "2021" authors = ["pubdiv "] license = "MIT OR Apache-2.0" keywords = ["dotenv", "env", "command_line", "environment_variable",] categories =[ "command-line-interface", "parsing"] homepage = "https://github.com/pubdiv/easy_arg" repository = "https://github.com/pubdiv/easy_arg" description = "EasyArg read variables from command line arguments/system envrioment/.env files" [badges] maintenance = { status = "passively-maintained" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.7.3"