hackpsuchatbot/margdarshak-http-cache/Cargo.toml
Sandipsinh Rathod 066fcf799e
v0.1
2024-10-12 21:55:53 -04:00

24 lines
706 B
TOML

[package]
name = "margdarshak-http-cache"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
http-cache-reqwest = { version = "0.13.0", default-features = false, features = ["manager-moka"] }
moka = { version = "0.12.7", default-features = false, features = [
"future",
] }
http-cache-semantics = { version = "1.0.1", default-features = false, features = ["with_serde", "reqwest"] }
serde = "1.0.202"
async-trait = "0.1.80"
[dev-dependencies]
tokio = { version = "1.37.0", features = ["full"] }
url = { version = "2.5.0", features = ["serde"] }
reqwest = { version = "0.11", features = [
"json",
"rustls-tls",
], default-features = false }
http = "0.2.12"
http-cache = "0.18.0"