mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
28 lines
No EOL
1 KiB
TOML
28 lines
No EOL
1 KiB
TOML
[package]
|
|
name = "yggtrackerd"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
description = "Crawler daemon for the yggtracker-redb index, based on the librqbit API"
|
|
keywords = ["aquatic", "librqbit", "yggtracker", "crawler", "bittorrent"]
|
|
categories = ["network-programming"]
|
|
repository = "https://github.com/YGGverse/yggtrackerd"
|
|
# homepage = "https://yggverse.github.io"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
chrono = "0.4.41"
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
hyper-util = "0.1"
|
|
librqbit = {version = "9.0.0-beta.1", features = ["disable-upload"] }
|
|
tokio = { version = "1.45", features = ["full"] }
|
|
tracing-subscriber = "0.3"
|
|
url = "2.5"
|
|
urlencoding = "2.1"
|
|
yggtracker-redb = "0.1"
|
|
|
|
[patch.crates-io]
|
|
# yggtracker-redb = { path = "../yggtracker-redb" }
|
|
yggtracker-redb = { git = "https://github.com/YGGverse/yggtracker-redb.git", rev="94a82fcd96f96a9966810ffc881e73ef610944c4" }
|
|
librqbit = { git = "https://github.com/ikatson/rqbit.git", rev="b580a9610ae7c6eaacd305a3905f7e2d3202ca69" } |