puppy/lib/fetch/Cargo.toml
Riley Apeldoorn 37acb67aa5 Major cleanup
* Rename `fetch::keys` to `fetch::signatures`
* Clean up the public api of `fetch::signatures`
* Switch from axum to hyper
* Add request signature validation (buggy, wip)
2024-04-28 23:40:37 +02:00

18 lines
365 B
TOML

[package]
name = "fetch"
edition = "2021"
[lib]
path = "src/lib.rs"
[dependencies]
reqwest = { version = "*", features = ["json"] }
sigh = "*"
serde_json = "*"
derive_more = "*"
http = "*"
chrono = "*"
base64 = "*"
rsa = { version = "*", features = ["sha2"] }
http-body-util = "*"
rand = "*"