# 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 = "senv" version = "0.2.0" authors = ["Leonid Krashanoff "] description = "Agnostic .env" homepage = "https://github.com/krashanoff/senv" documentation = "https://github.com/krashanoff/senv#readme" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/krashanoff/senv" [dependencies.clap] version = "4" features = [ "std", "help", "usage", "derive", ] default-features = false [dependencies.either] version = "1" [dependencies.pest] version = "2" [dependencies.pest_derive] version = "2"