[package] name = "rustracing" version = "0.6.0" authors = ["Takeru Ohta "] description = "OpenTracing API for Rust" homepage = "https://github.com/sile/rustracing" repository = "https://github.com/sile/rustracing" readme = "README.md" keywords = ["opentracing", "distributed-tracing"] categories = ["web-programming"] license = "MIT" edition = "2021" [badges] coveralls = {repository = "sile/rustracing"} [features] stacktrace = [ "backtrace" ] default = [ "stacktrace" ] [dependencies] backtrace = { version = "0.3", optional = true } crossbeam-channel = "0.5" rand = "0.8.1" trackable = "1.2"