[lib]
name = "envie"
path = "src/lib.rs"
[package]
authors = ["LunaStev <lunastev@gurmstudis.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Envie is a lightweight and user-friendly library for managing environment variables in Rust. It helps you load and parse .env files, retrieve variables with ease, and provides type-safe access to boolean and other data types."
edition = "2021"
license = "MPL-2.0"
name = "envie"
publish = true
readme = "README.md"
repository = "https://github.com/LunaStev/Envie"
version = "0.2.0"