# 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" rust-version = "1.64" name = "fenv" version = "0.2.1" authors = ["moba1 "] description = """ new env command with dotenv """ homepage = "https://gitlab/moba1/fenv" documentation = "https://gitlab/moba1/fenv" readme = "README.md" keywords = [ "commandline", "env", "dotenv", ] categories = ["command-line-utilities"] license = "GPL-2.0-or-later" repository = "https://gitlab/moba1/fenv" [dependencies.clap] version = "4.3.2" features = ["derive"] [dependencies.dotenvy] version = "0.15.7" [dependencies.is-terminal] version = "0.4.7" [dependencies.yansi] version = "0.5.1"