zero_copy_env 0.1.1

Zero-copy environment variable access via OS memory (FFI/libc)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "zero_copy_env"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-copy environment variable access via OS memory (FFI/libc)"
homepage = "https://github.com/ejrgeek/zero_copy_env"
readme = "README.md"
keywords = [
    "env",
    "zero-copy",
    "ffi",
    "performance",
]
categories = [
    "config",
    "no-std",
]
license = "MIT"
repository = "https://github.com/ejrgeek/zero_copy_env"

[package.metadata.docs.rs]

[features]
cache = []
default = ["std"]
dotenv = []
std = []

[lib]
name = "zero_copy_env"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[test]]
name = "test_env"
path = "tests/test_env.rs"

[[bench]]
name = "env_bench"
path = "benches/env_bench.rs"
harness = false

[dependencies.libc]
version = "0.2.185"

[dev-dependencies.criterion]
version = "0.8.2"