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 = "2021"
rust-version = "1.81"
name = "getenv"
version = "0.1.2"
authors = ["Arto Bendiken"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Getenv.rs"
homepage = "https://github.com/dryrust/getenv.rs"
readme = "README.md"
keywords = [
    "env",
    "environment",
]
categories = [
    "command-line-interface",
    "config",
]
license = "Unlicense"
repository = "https://github.com/dryrust/getenv.rs"

[features]
all = [
    "aws",
    "cargo",
    "conda",
    "cuda",
    "docker",
    "git",
    "go",
    "homebrew",
    "java",
    "locale",
    "macos",
    "near",
    "node",
    "openssl",
    "posix",
    "proxy",
    "python",
    "ruby",
    "rust",
    "ssh",
    "windows",
    "xdg",
]
aws = []
cargo = []
conda = []
cuda = []
default = [
    "all",
    "std",
]
docker = []
git = []
go = []
homebrew = []
java = []
locale = []
macos = []
near = []
node = []
openssl = []
posix = []
proxy = []
python = []
ruby = []
rust = []
ssh = []
std = ["dogma/std"]
sys = [
    "locale",
    "macos",
    "openssl",
    "posix",
    "proxy",
    "windows",
    "xdg",
]
windows = []
xdg = []

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

[dependencies.dogma]
version = "0.1"
default-features = false

[dependencies.secrecy]
version = "0.10"
default-features = false

[dev-dependencies]