# 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 = "librenvy" version = "0.1.6" authors = ["Benjamin Sattler "] exclude = ["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" [lib] name = "renvy" path = "src/lib.rs" edition = "2021" [dependencies] [dev-dependencies.cargo-make] version = "0.35.13"