dotenv-finder 0.1.1

A crate to find and parse .env files
Documentation
[dependencies.dotenv-core]
version = "0.1"

[dev-dependencies.tempfile]
version = "3.22"

[lib]
name = "dotenv_finder"
path = "src/lib.rs"

[package]
authors = ["Mikhail Grachev <work@mgrachev.com>", "dotenv-linter core team & contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A crate to find and parse .env files"
documentation = "https://docs.rs/dotenv-finder"
edition = "2024"
homepage = "https://github.com/dotenv-linter/dotenv-linter"
include = ["/src", "README.md"]
keywords = ["dotenv", "environment", "env", "finder"]
license = "MIT"
name = "dotenv-finder"
readme = "README.md"
repository = "https://github.com/dotenv-linter/dotenv-linter"
resolver = "2"
version = "0.1.1"

[target."cfg(windows)".dependencies.dunce]
version = "1.0"