# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "torrent_search" version = "0.3.3" authors = ["William Batista "] description = "An unofficial torrent searching library in Rust" homepage = "https://github.com/billyb2/torrent-search-rs" readme = "README.md" keywords = ["torrent", "search", "l337x"] categories = ["web-programming", "parsing"] license = "MIT" repository = "https://github.com/billyb2/torrent-search-rs" [profile.release] lto = "fat" codegen-units = 1 [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" [dependencies.unicode-segmentation] version = "1" [dev-dependencies.tokio] version = "1" features = ["net", "rt-multi-thread", "macros"]