sponsorblock-mirror/Cargo.toml
renovate[bot] b8ac3d05f8
fix(deps): update rust crate regex to 1.12.4 (#392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-09 20:53:09 +00:00

20 lines
757 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.3.10", features = ["postgres"]}
diesel_migrations = "2.3.2"
lazy_static = "1.5.0"
num_cpus = "1.17.0"
once_cell = "1.21.4"
regex = "1.12.4"
reqwest = {version = "0.12.28", 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.228", features = ["derive"]}
serde_json = "1.0.150"
tokio = {version = "1.52.3", features = ["full"]}