# 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 = "rs_torrent_magnet" version = "0.3.0" authors = ["arnaud jezequel"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parse torrent file and convert to Magnet URI" homepage = "https://github.com/neckaros/rs_torrent_magnet/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/neckarosrs_torrent_magnet/" [lib] name = "rs_torrent_magnet" path = "src/lib.rs" [dependencies.bt_bencode] version = "0.8.0" [dependencies.data-encoding] version = "2.5.0" [dependencies.derive_more] version = "1.0.0" features = ["from"] [dependencies.serde] version = "1.0.197" features = ["serde_derive"] [dependencies.serde_with] version = "3.11.0" [dependencies.sha1] version = "0.10.6" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4" [dependencies.urlencoding] version = "2.1.3"