vortex-cli 0.2.0

A cli for downloading torrents using the bittorrent protocol(s). Built on top of io-uring
[[bin]]
name = "vortex-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.5.39"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.env_logger]
version = "0.11"

[dependencies.heapless]
version = "0.9"

[dependencies.human_bytes]
version = "0.4.3"

[dependencies.humantime]
version = "2.2"

[dependencies.lava_torrent]
version = "0.11"

[dependencies.log]
features = ["release_max_level_info"]
version = "0.4"

[dependencies.mainline]
default-features = false
features = ["node"]
version = "6"

[dependencies.metrics-exporter-prometheus]
version = "0.18"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.throbber-widgets-tui]
version = "0.10.0"

[dependencies.tikv-jemallocator]
version = "0.6"

[dependencies.vortex-bittorrent]
features = ["metrics"]
version = "0.3"

[package]
authors = ["Nehliin"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A cli for downloading torrents using the bittorrent protocol(s). Built on top of io-uring"
edition = "2024"
homepage = "https://github.com/Nehliin/vortex"
license = "BSD-3-Clause"
name = "vortex-cli"
readme = false
repository = "https://github.com/Nehliin/vortex"
version = "0.2.0"