2022-06-16 02:29:15 +00:00
|
|
|
[package]
|
|
|
|
name = "cross-seed"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tokio = { version = "1.19.2", features = ["full"] }
|
|
|
|
toml = "0.5.9"
|
|
|
|
lava_torrent = "0.7.0" # https://docs.rs/lava_torrent/0.7.0/lava_torrent/
|
|
|
|
torznab = "0.7.2" # https://docs.rs/torznab/0.7.2/torznab/
|
|
|
|
magnet-url = "2.0.0"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
figment = { version = "0.10", features = ["toml", "env"] }
|
|
|
|
wild = "2.0.4"
|
2022-06-14 02:44:23 +00:00
|
|
|
argmap = "1.1.2"
|