# 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 = "dotenv-linter" version = "3.3.0" authors = ["Mikhail Grachev "] include = [ "/src", "/benches", "README.md", ] description = "Lightning-fast linter for .env files" homepage = "https://dotenv-linter.github.io" readme = "README.md" keywords = [ "cli", "dotenv", "environment", "env", "linter", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dotenv-linter/dotenv-linter" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] bench = false [[bin]] name = "dotenv-linter" path = "src/main.rs" bench = false [[bench]] name = "check" harness = false [[bench]] name = "fix" harness = false [[bench]] name = "compare" harness = false [dependencies.clap] version = "3.1.10" [dependencies.colored] version = "2.0.0" [dependencies.update-informer] version = "0.5.0" optional = true [dev-dependencies.assert_cmd] version = "2.0.5" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.tempfile] version = "3.3.0" [features] default = ["update-informer"] stub_check_version = [] [target."cfg(not(windows))".dev-dependencies.gag] version = "1.0.0" [target."cfg(windows)".dependencies.dunce] version = "1.0.3"