# 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 = "fake-torrent-client" version = "0.9.6" description = "A rust library to generate torrent client information (key, peer ID, query, ...)" readme = "README.md" keywords = [ "torrent", "client", "fake", "ratio", ] license = "MIT/Apache-2.0" repository = "https://github.com/slundi/fake-torrent-client" [dependencies.rand] version = "0.8" [dependencies.rand_regex] version = "0.15" [dependencies.regex] version = "1.6" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.url] version = "2"