btracker-fs/Cargo.toml
2025-09-12 13:47:15 +03:00

23 lines
580 B
TOML

[package]
name = "btracker-fs"
version = "0.3.0"
edition = "2024"
license = "MIT"
readme = "README.md"
description = "Shared filesystem API for the βtracker project components"
keywords = ["btracker", "bittorrent", "aquatic-crawler", "librqbit", "database"]
categories = ["network-programming"]
repository = "https://github.com/yggverse/btracker-fs"
# homepage = "https://yggverse.github.io"
[features]
# default = ["public"]
public = []
crawler = []
[dependencies]
chrono = { version = "0.4.41", features = ["serde"] }
librqbit-core = "5.0.0"
log = "0.4.28"
regex = "1.11.2"