[package] name = "http-signature-normalization-reqwest" 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] chrono = "0.4.10" http = "0.2.0" http-signature-normalization = { version = "0.2.0", path = ".." } reqwest = "0.10.1"