fakeenv 0.1.0

A simple wrapper of `std::env` which allows faking the environment
Documentation
[badges.is-it-maintained-issue-resolution]
repository = "qnighy/fakeenv"

[badges.is-it-maintained-open-issues]
repository = "qnighy/fakeenv"

[dependencies.dirs]
optional = true
version = "2.0.2"

[features]
__doc_cfg = []
default = ["dirs", "fake"]
fake = []

[package]
authors = ["Masaki Hara <ackie.h.gmai@gmail.com>"]
categories = ["development-tools", "development-tools::testing"]
description = "A simple wrapper of `std::env` which allows faking the environment"
edition = "2018"
keywords = ["testing", "mock"]
license = "MIT OR Apache-2.0"
name = "fakeenv"
readme = "README.md"
repository = "https://github.com/qnighy/fakeenv"
version = "0.1.0"

[package.metadata.docs.rs]
features = ["dirs", "fake", "__doc_cfg"]