dotenvpp-parser 0.0.3

Core .env parser for DotenvPP — no_std compatible
Documentation
[package]
name = "dotenvpp-parser"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Core .env parser for DotenvPP — no_std compatible"
readme = "README.md"

[features]
default = ["std"]
std = []

[dependencies]
thiserror = { workspace = true }

[lints]
workspace = true