# 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" name = "env_wrapper" version = "0.1.1" authors = ["Will-Low <26700668+Will-Low@users.noreply.github.com>"] exclude = [ ".github/*", ".gitignore", ] description = "A wrapper around std::env to facilitate testing" homepage = "https://aembit.io/" readme = "README.md" keywords = [ "test", "dependency-injection", "environment", "variables", "fake", ] categories = [ "development-tools", "development-tools::testing", "config", "os", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Aembit/env_wrapper/" [dependencies] [dev-dependencies.rand] version = "0.8.5" [badges.maintenance] status = "passively-maintained"