[package]
edition = "2021"
name = "dotenvpp-parser"
version = "0.0.2"
authors = ["Ariaj Sarkar <ariajsarkar@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core .env parser for DotenvPP — no_std compatible"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/Carabryx/DotenvPP"
[features]
default = ["std"]
std = []
[lib]
name = "dotenvpp_parser"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2"
default-features = false
[lints.clippy]
expect_used = "warn"
panic = "warn"
unwrap_used = "warn"