[dependencies.clap]
version = "2.33.0"
[dev-dependencies.assert_cmd]
version = "0.12.0"
[dev-dependencies.tempfile]
version = "3.1.0"
[package]
authors = ["Mikhail Grachev <work@mgrachev.com>"]
categories = ["command-line-utilities"]
description = "Lightning-fast linter for .env files"
edition = "2018"
homepage = "https://github.com/dotenv-linter/dotenv-linter"
keywords = ["environment", "env", "dotenv", "linter", "lint"]
license = "MIT"
name = "dotenv-linter"
readme = "README.md"
version = "2.2.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
[target."cfg(windows)".dependencies.dunce]
version = "1.0.1"