[dependencies.lazy_static]
optional = true
version = "1.4.0"
[dependencies.parking_lot]
optional = true
version = "0.11.0"
[dev-dependencies.fake]
version = "2.2.3"
[dev-dependencies.serial_test]
version = "0.4.0"
[features]
default = ["lock"]
lock = ["lazy_static", "parking_lot"]
[package]
authors = ["Daniel <codinaut@gmail.com>"]
description = "Test kit for logics with environment variable involvements"
edition = "2018"
homepage = "https://github.com/codinaut/envtestkit"
license = "MIT"
name = "envtestkit"
version = "1.1.0"