# 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 = "rusty_torrent" version = "0.9.3" authors = ["Arlo Filley "] exclude = [ "testing/", "process/", ".vscode/", ".DS_STORE", ] description = "A BitTorrent client implemented in Rust that allows you to interact with the BitTorrent protocol and download torrents." readme = "README.md" keywords = [ "bittorrent", "torrent", "torrentclient", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/arlofilley/rusty_torrent" [dependencies.clap] version = "4.4.0" features = ["derive"] [dependencies.dns-lookup] version = "2.0.2" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.9.4" [dependencies.reqwest] version = "0.11.20" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_bencode] version = "0.2.3" [dependencies.serde_bytes] version = "0.11.12" [dependencies.sha1] version = "0.10.5" [dependencies.simple-logging] version = "2.0.2" [dependencies.tokio] version = "1.30.0" features = ["full"]