# 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 = "renvy" version = "0.1.6" authors = ["Benjamin Sattler "] exclude = [ "tests", "Makefile.toml", ] description = ".env file manager that merges defaults with custom settings" homepage = "https://renvy.benjaminsattler.net" readme = "README.md" keywords = [ "env", "file", "settings", ] categories = [ "command-line-utilities", "development-tools", "config", "filesystem", ] license = "MIT" repository = "https://github.com/benjaminsattler/renvy" resolver = "1" [[bin]] name = "renvy" path = "src/bin/renvy.rs" edition = "2021" [dependencies.clap] version = "~3.2.5" features = ["derive"] [dependencies.librenvy] version = "~0" [dev-dependencies.cargo-make] version = "0.35.13" [dev-dependencies.escargot] version = "0.5.7" [dev-dependencies.predicates] version = "2.1.1" [dev-dependencies.uuid] version = "1.1.2" features = ["v4"]