[package] name = "vortex-cli" version = "0.1.0" authors = ["Oskar Nehlin"] edition = "2021" description = "A cli for downloading torrents using the bittorrent protocol(s). Built on top of io-uring" homepage = "https://github.com/Nehliin/vortex" repository = "https://github.com/Nehliin/vortex" license = "BSD-3-Clause" [dependencies] tokio-uring = { workspace = true } anyhow = { workspace = true } ahash = "0.8" parking_lot = { workspace = true } tokio = { workspace = true, features = ["time", "sync", "macros"] } log = { workspace = true } env_logger = { workspace = true } vortex-bittorrent = { version = "0.1.0", path = "../bittorrent" } vortex-dht = { version = "0.1.0", path = "../dht" } bip_metainfo = "0.12" indicatif = "0.17.3" futures = "0.3" [dev-dependencies] num-bigint = "0.4.3"