sponsorblock-mirror/Cargo.toml
renovate[bot] 0778363354
fix(deps): update rust crate tokio to 1.41.1 (#201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-07 13:45:22 +00:00

21 lines
755 B
TOML

[package]
edition = "2021"
name = "sponsorblock-mirror"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = {version = "2.2.4", features = ["postgres"]}
diesel_migrations = "2.2.0"
lazy_static = "1.5.0"
num_cpus = "1.16.0"
once_cell = "1.20.2"
regex = "1.11.1"
reqwest = {version = "0.12.9", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
serde = {version = "1.0.214", features = ["derive"]}
serde_json = "1.0.132"
tokio = {version = "1.41.1", features = ["full"]}