# 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" rust-version = "1.64" name = "hightorrent" version = "0.2.0" authors = ["angrynode "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High-level torrent library which supports Bittorrent v1, v2 and hybrid torrents" documentation = "https://docs.rs/hightorrent" readme = "README.md" keywords = [ "torrent", "magnet", "bittorrent", "infohash", "tracker", ] license = "AGPL-3.0-only" [lib] name = "hightorrent" path = "src/lib.rs" [[test]] name = "magnet_force_name" path = "tests/magnet_force_name.rs" test = true required-features = ["magnet_force_name"] [dependencies.bt_bencode] version = "0.8" [dependencies.rustc-hex] version = "2.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sha1] version = "0.10" [dependencies.sha256] version = "1.5" [dependencies.url] version = "2.5" [features] magnet_force_name = []