[dependencies.document-features]
optional = true
version = "0.2.0"
[dependencies.tracing-core]
optional = true
version = "0.1.31"
[features]
default = []
tracing = ["dep:tracing-core"]
tracing-detail = []
[lib]
doctest = false
test = false
[package]
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "A crate to provide minimal `tracing` support that can be turned off to zero cost"
edition = "2021"
license = "MIT/Apache-2.0"
name = "gix-trace"
repository = "https://github.com/Byron/gitoxide"
rust-version = "1.65"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
features = ["document-features"]
rustdoc-args = ["--cfg", "docsrs"]