# 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.2.0" authors = ["arnaud jezequel"] 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/" [dependencies.bt_bencode] version = "0.8.0" [dependencies.data-encoding] version = "2.5.0" [dependencies.serde] version = "1.0.197" features = ["serde_derive"] [dependencies.sha1] version = "0.10.6" [dependencies.urlencoding] version = "2.1.3"