# 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-bittorrent" version = "0.1.0" authors = ["Oskar Nehlin"] description = "An implementation of the bittorrent protocol built on top of io-uring" homepage = "https://github.com/Nehliin/vortex" license = "BSD-3-Clause" repository = "https://github.com/Nehliin/vortex" [dependencies.anyhow] version = "1.0" [dependencies.arbitrary] version = "1.1.3" features = ["derive"] [dependencies.bip_metainfo] version = "0.12" [dependencies.bitvec] version = "1.0" features = ["alloc"] default-features = false [dependencies.bytes] version = "1.4" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8.5" [dependencies.sha1] version = "0.10.5" [dependencies.slotmap] version = "1" [dependencies.tokio] version = "1.26" features = [ "time", "sync", "macros", ] [dependencies.tokio-uring] version = "0.4.0" features = ["bytes"] [dependencies.tokio-util] version = "0.7.4" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.rand] version = "0.8.5"