[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 = { git = "https://github.com/YGGverse/yggtracker-redb.git", rev="008402696d81c4b7d4cc7786c9cf3263ae8632b6" } librqbit = { git = "https://github.com/ikatson/rqbit.git", rev="b580a9610ae7c6eaacd305a3905f7e2d3202ca69" }