vortex-cli 0.1.0

A cli for downloading torrents using the bittorrent protocol(s). Built on top of io-uring
[dependencies.ahash]
version = "0.8"

[dependencies.anyhow]
version = "1.0"

[dependencies.bip_metainfo]
version = "0.12"

[dependencies.env_logger]
version = "0.10"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17.3"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.tokio]
features = ["time", "sync", "macros"]
version = "1.26"

[dependencies.tokio-uring]
features = ["bytes"]
version = "0.4.0"

[dependencies.vortex-bittorrent]
version = "0.1.0"

[dependencies.vortex-dht]
version = "0.1.0"
[dev-dependencies.num-bigint]
version = "0.4.3"

[package]
authors = ["Oskar Nehlin"]
description = "A cli for downloading torrents using the bittorrent protocol(s). Built on top of io-uring"
edition = "2021"
homepage = "https://github.com/Nehliin/vortex"
license = "BSD-3-Clause"
name = "vortex-cli"
repository = "https://github.com/Nehliin/vortex"
version = "0.1.0"