# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kvu" version = "0.1.3" authors = ["Jihchi Lee "] description = "The simplest command line tool to manage key-value pair lines." homepage = "https://github.com/jihchi/kvu" documentation = "https://docs.rs/kvu" readme = "README.md" keywords = [ "env", "dotenv", "environment", "config", "key-value", ] categories = [ "command-line-utilities", "development-tools", "text-processing", "value-formatting", "config", ] license = "MIT" repository = "https://github.com/jihchi/kvu" resolver = "2" [dependencies.getopts] version = "0.2.21" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.indoc] version = "1.0.6" [dev-dependencies.predicates] version = "2.1.1"