[dependencies.anyhow]
optional = true
version = "1.0"
[dependencies.backtrace]
version = "0.3.75"
[features]
anyhow = ["dep:anyhow"]
[lib]
name = "localtrace"
path = "src/lib.rs"
[package]
authors = ["ysuzuki19"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A local tracing library for Rust"
edition = "2021"
exclude = [".github", ".gitignore"]
keywords = ["error", "tracing", "backtrace", "debugging", "local"]
license = "MPL-2.0"
name = "localtrace"
readme = "README.md"
repository = "https://github.com/ysuzuki19/localtrace"
version = "0.2.0"