potenv 0.2.0

Rust implementation of the POSIX-compliant dotenv file format specification.
Documentation
[package]
name = "potenv"
version = "0.2.0"
edition = "2021"
description = "Rust implementation of the POSIX-compliant dotenv file format specification."
repository = "https://github.com/ju1ius/potenv"
license-file = "LICENSE"
include = [
  "/src",
  "!**/tests.rs",
  "!/src/test_utils.rs",
]
keywords = ["dotenv", "posix", "config", "env", "environment"]
categories = ["config", "parser-implementations"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = "1.0.56"

[dev-dependencies]
rstest = "0.18.2"
serde = {version = "1.0.195", features = ["derive"]}
serde_json = "1.0.111"
walkdir = "2.4.0"