[package] name = "hancock" version = "0.2.0-alpha.1" authors = ["Colin Reeder "] edition = "2018" license = "MIT" repository = "https://git.sr.ht/~vpzom/hancock" description = "Implementation-agnostic HTTP Signature helper" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] http = "0.2.1" thiserror = "1.0.19" base64 = "0.12.1" percent-encoding = "2.3.1" sfv = "0.9.3"