# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rdest" version = "0.1.0" authors = ["Mateusz Janda "] description = "rdest is simple BitTorrent client, currently supporting BEP3 specification." readme = "README.md" keywords = ["torrent", "bittorrent", "p2p"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/MateuszJanda/rdest" [dependencies.bytes] version = "0.5" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.6.0" [dependencies.reqwest] version = "0.10.8" [dependencies.sha1] version = "0.6.0" [dependencies.structopt] version = "0.3.21" [dependencies.termion] version = "1.5.5" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.url] version = "2.1.1"