btracker/Cargo.toml
2025-09-09 15:13:39 +03:00

28 lines
No EOL
979 B
TOML

[package]
name = "btracker"
version = "0.3.7"
edition = "2024"
license = "MIT"
readme = "README.md"
description = "βtracker is a social BitTorrent aggregator based on the aquatic-crawler FS index 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]
btracker-fs = { version = "0.2", features = ["public"] }
btracker-scrape = { version = "0.1" }
chrono = { version = "0.4.41", features = ["serde"] }
clap = { version = "4.5", features = ["derive"] }
librqbit-core = "5.0"
rand = "0.9"
rocket = "0.5"
rocket_dyn_templates = { version = "0.2", features = ["tera"] }
url = { version = "2.5", features = ["serde"] }
urlencoding = "2.1"
# development
# [patch.crates-io]
# btracker-fs = { git = "https://github.com/yggverse/btracker-fs.git" }
# btracker-fs = { path = "../btracker-fs" }