vortex-cli 0.3.1

A cli for downloading torrents using the bittorrent protocol(s). Built on top of io-uring
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[features]
default = []
metrics = [
    "vortex-bittorrent/metrics",
    "dep:metrics-exporter-prometheus",
]

[[bin]]
name = "vortex-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.color-eyre]
version = "0.6.5"
default-features = false

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

[dependencies.dirs]
version = "6.0"

[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]
version = "0.4"
features = ["release_max_level_info"]

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

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

[dependencies.ratatui]
version = "0.30.0"

[dependencies.serde]
version = "1"
features = ["derive"]

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

[dependencies.toml]
version = "0.8"

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