hackpsuchatbot/margdarshak-http-cache/Cargo.toml

24 lines
706 B
TOML
Raw Normal View History

2024-10-13 01:55:53 +00:00
[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"