dotenv_codegen 0.8.1

A `dotenv` implementation for Rust
Documentation
[package]

name = "dotenv_codegen"
version = "0.8.1"
authors = [
  "Santiago Lapresta <santiago.lapresta@gmail.com>",
  "Craig Hills <chills@gmail.com>",
  "Mike Piccolo <mfpiccolo@gmail.com>",
  "Alice Maz <alice@alicemaz.com>",
  "Sean Griffin <sean@seantheprogrammer.com>",
]
readme = "../README.md"
keywords = ["environment", "env", "dotenv", "settings", "config"]
license = "MIT"
homepage = "https://github.com/slapresta/rust-dotenv"
repository = "https://github.com/slapresta/rust-dotenv"
description = "A `dotenv` implementation for Rust"

[build-dependencies]
syntex = { version = ">= 0.24.0, < 0.32.0", optional = true }

[dependencies]
syntex = { version = ">= 0.24.0, < 0.32.0", optional = true }
syntex_syntax = { version = ">= 0.24.0, < 0.32.0", optional = true }
dotenv = "^0.8.0"

[features]
default = ["with-syntex"]
with-syntex = ["syntex", "syntex_syntax"]