[package] name = "tide_tracing" version = "0.6.3" authors = ["Michael Pfaff "] edition = "2021" license = "MIT OR Apache-2.0" [dependencies] nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git", tag = "v0.2.0", default-features = false } tide = { version = "0.16", default-features = false } tracing = "0.1" async-trait = "0.1" num_enum = "0.5"