# 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 = "env-to-config-toml" version = "0.1.0" authors = ["Deland Labs Core Dev "] description = "A tool to search files" homepage = "https://github.com/Deland-Labs/env_to_config_toml" readme = "README.md" keywords = [ "cli", "env", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Deland-Labs/env_to_config_toml" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.2" features = [ "cargo", "derive", ] [dependencies.env-file-reader] version = "0.3.0" [dependencies.glob] version = "0.3.1" [dependencies.log] version = "0.4.18" [dependencies.simple_logger] version = "4.1.0" [dependencies.thiserror] version = "1.0.40" [dependencies.toml] version = "0.7.4"