[package] name = "http-signature-normalization-warp" version = "0.1.0" authors = ["asonix "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] http = "0.2.0" http-signature-normalization-http = { version = "0.2.0", path = "../http-signature-normalization-http" } warp = { git = "https://github.com/seanmonstar/warp" } futures = "0.3.1"