[package] name = "kvu" version = "0.1.3" edition = "2021" description = "The simplest command line tool to manage key-value pair lines." license = "MIT" authors = ["Jihchi Lee "] documentation = "https://docs.rs/kvu" homepage = "https://github.com/jihchi/kvu" repository = "https://github.com/jihchi/kvu" keywords = ["env", "dotenv", "environment", "config", "key-value"] categories = ["command-line-utilities", "development-tools", "text-processing", "value-formatting", "config"] [dev-dependencies] assert_cmd = "2.0.4" indoc = "1.0.6" predicates = "2.1.1" [dependencies] getopts = "0.2.21"