[package] name = "tide-trace" version = "0.5.0" authors = ["Anton Whalley "] edition = "2018" description = "Minimum overhead USDT middleware to dynamically trace tide with BPF or DTrace" license = "Apache-2.0" documentation = "https://docs.rs/tide-trace" homepage = "https://github.com/no9/tide-trace" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tide = "0.16" async-std = { version = "1.8.0", features = ["attributes"] } http-types = "2.10.0" # uuid = { version = "0.8", features = ["v4"] } [dev-dependencies] portpicker = "0.1.0" surf = { version = "2.0.0-alpha.3", default-features = false, features = ["h1-client"] } async-std = { version = "1.6.0", features = ["unstable", "attributes"] }