# 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 = "find-torrent-data" version = "0.1.3" authors = ["Richard Patel "] exclude = [".github/workflows/rust.yml"] description = "Tool to search for and link files that are part of a torrent" homepage = "https://github.com/terorie/find-torrent-data" documentation = "https://docs.rs/find-torrent-data" readme = "README.md" keywords = ["bittorrent"] categories = ["command-line-utilities", "filesystem"] license = "MIT" repository = "https://github.com/terorie/find-torrent-data" [dependencies.clap] version = "2.33" [dependencies.lava_torrent] version = "0.5" [dependencies.multimap] version = "0.8" [dependencies.sha-1] version = "0.8" [dependencies.walkdir] version = "2"