[package]
edition = "2021"
rust-version = "1.81"
name = "set_of"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "I consent to the transfer of this crate to the first person who asks help@crates.io for it."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/mcmah309/error_set"
[package.metadata.docs.rs]
all-features = false
features = ["tracing"]
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "set_of"
path = "src/lib.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[dependencies.defmt]
version = "0.3"
optional = true
[dependencies.error_set_impl]
version = "=0.8.2"
[dependencies.log]
version = "0.4"
optional = true
[dependencies.tracing]
version = "0.1"
optional = true
[dev-dependencies.lazy_static]
version = "1"
[dev-dependencies.tracing-test]
version = "0.2"
features = ["no-env-filter"]
[dev-dependencies.trybuild]
version = "^1.0.91"
[features]
context_stub = []
default = []
defmt = ["dep:defmt"]
log = ["dep:log"]
tracing = ["dep:tracing"]