[package] name = "btracker" version = "0.3.2" edition = "2024" license = "MIT" readme = "README.md" description = "βtracker is a social BitTorrent aggregator based on the aquatic-crawler API and Rocket web-framework" keywords = ["bittorrent", "aquatic", "aquatic-crawler", "librqbit", "rocket"] categories = ["network-programming"] repository = "https://github.com/yggverse/btracker" # homepage = "https://yggverse.github.io" [dependencies] clap = { version = "4.5", features = ["derive"] } rocket = "0.5" librqbit-core = "5.0" chrono = { version = "0.4.41", features = ["serde"] } url = { version = "2.5", features = ["serde"] } urlencoding = "2.1" rocket_dyn_templates = { version = "0.2", features = ["tera"] } plurify = "0.2" rand = "0.9"