[package] name = "warp-handle" version = "0.5.1" authors = ["David Taylor "] edition = "2018" license = "MIT" description = "adds a handle method to filters" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] warp = "^0.3" futures = "^0.3" [dev-dependencies] tokio = {version = "^1.6", features=["rt-multi-thread", "macros"]} thiserror = "^1.0"