# 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 = "envset" version = "0.1.17" authors = ["Peter Schilling"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool for setting environment variables in a .env file" homepage = "https://github.com/schpet/envset" readme = "README.md" keywords = [ "env", "environment", "dotenv", "cli", ] categories = [ "command-line-utilities", "config", ] license = "ISC" repository = "https://github.com/schpet/envset" [profile.dist] lto = "thin" inherits = "release" [lib] name = "envset" path = "src/lib.rs" [[bin]] name = "envset" path = "src/main.rs" [dependencies.atty] version = "0.2" [dependencies.chumsky] version = "0.9.3" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.peg] version = "0.8.4" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.similar] version = "2.6.0" [dependencies.term_size] version = "0.3.2" [dev-dependencies.strip-ansi-escapes] version = "0.2.0" [dev-dependencies.tempfile] version = "3.2"