[dependencies.async-std]
features = ["attributes"]
version = "1.8.0"
[dependencies.http-types]
version = "2.10.0"
[dependencies.tide]
version = "0.15"
[dev-dependencies.async-std]
features = ["unstable", "attributes"]
version = "1.6.0"
[dev-dependencies.portpicker]
version = "0.1.0"
[dev-dependencies.surf]
default-features = false
features = ["h1-client"]
version = "2.0.0-alpha.3"
[package]
authors = ["Anton Whalley <anton@venshare.com>"]
description = "Minimum overhead USDT middleware to dynamically trace tide with BPF or DTrace"
documentation = "https://docs.rs/tide-trace"
edition = "2018"
homepage = "https://github.com/no9/tide-trace"
license = "Apache-2.0"
name = "tide-trace"
version = "0.4.0"