# 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.74" name = "attractorr" version = "0.6.3" authors = ["Raphael Nestler "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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/" [profile.release] lto = "fat" codegen-units = 1 [[bin]] name = "attractorr" path = "src/main.rs" [dependencies.async-trait] version = "^0.1.83" [dependencies.bytes] version = "1.8.0" [dependencies.bytesize] version = "1.3.0" [dependencies.clap] version = "4.5.20" features = [ "help", "usage", "error-context", "std", "derive", ] default_features = false [dependencies.env_logger] version = "0.11.5" [dependencies.futures-util] version = "0.3.31" [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.5.0" features = ["full"] [dependencies.hyper-tls] version = "0.6.0" [dependencies.hyper-util] version = "0.1.10" features = ["full"] [dependencies.is-terminal] version = "0.4.10" [dependencies.log] version = "^0.4" [dependencies.percent-encoding] version = "^2.1.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.termcolor] version = "1.3.0" [dependencies.tokio] version = "1.41.0" features = [ "macros", "rt-multi-thread", ] [dependencies.torrent_search] version = "0.3" [dependencies.yts-api] version = "0.4"