# 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 = "2021" name = "vortex-cli" version = "0.1.0" authors = ["Oskar Nehlin"] description = "A cli for downloading torrents using the bittorrent protocol(s). Built on top of io-uring" homepage = "https://github.com/Nehliin/vortex" license = "BSD-3-Clause" repository = "https://github.com/Nehliin/vortex" [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] version = "1.26" features = [ "time", "sync", "macros", ] [dependencies.tokio-uring] version = "0.4.0" features = ["bytes"] [dependencies.vortex-bittorrent] version = "0.1.0" [dependencies.vortex-dht] version = "0.1.0" [dev-dependencies.num-bigint] version = "0.4.3"