puppy/lib/fetch/Cargo.toml
2024-05-04 13:50:04 +02:00

20 lines
407 B
TOML

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