# 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.56" name = "attractor" version = "0.3.0" authors = ["Raphael Nestler "] description = "A CLI tool to scrape the web for magnet links" readme = "README.md" keywords = [ "cli", "torrent", "magnet", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/rnestler/attractorr/" resolver = "2" [profile.release] lto = "fat" codegen-units = 1 [dependencies.ansi_term] version = "^0.12" [dependencies.async-trait] version = "^0.1.57" [dependencies.atty] version = "0.2.14" [dependencies.bytes] version = "1.2.1" [dependencies.env_logger] version = "0.9.0" [dependencies.futures-util] version = "0.3.24" [dependencies.hyper] version = "0.14.4" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.log] version = "^0.4" [dependencies.percent-encoding] version = "^2.1.0" [dependencies.select] version = "^0.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.25" [dependencies.tokio] version = "1.21.0" features = [ "macros", "rt-multi-thread", ] [dependencies.torrent_search] version = "0.3" [dependencies.yts-api] version = "0.1"