[package]
edition = "2024"
name = "tanzim-testing"
version = "0.3.0"
build = false
include = [
"src/**/*.rs",
"Cargo.toml",
"README.md",
"../../LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sandboxed temporary environment for tanzim tests and examples"
homepage = "https://crates.io/crates/tanzim-testing"
documentation = "https://docs.rs/tanzim-testing"
readme = "README.md"
keywords = [
"config",
"testing",
"sandbox",
"tempdir",
"env",
]
categories = [
"development-tools::testing",
"filesystem",
]
license = "MIT"
repository = "https://github.com/pouriya/tanzim"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
[features]
logging = ["dep:log"]
tracing = ["dep:tracing"]
[lib]
name = "tanzim_testing"
path = "src/lib.rs"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.log]
version = "0.4.20"
optional = true
[dependencies.tracing]
version = "0.1.40"
optional = true