[dependencies.dotenvy]
version = "0.15"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["extra-traits"]
version = "2"
[lib]
name = "const_dotenvy"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Luro02 <24826124+Luro02@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config"]
description = "A proc-macro to load .env variables at compile time using dotenvy"
edition = "2021"
homepage = "https://github.com/Luro02/const-dotenvy"
keywords = ["env", "dotenv", "dotenvy"]
license = "0BSD"
name = "const-dotenvy"
readme = "readme.md"
rust-version = "1.84"
version = "0.1.0"
[[test]]
name = "test_string"
path = "tests/test_string.rs"