# 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 = "finde-rs" version = "0.1.4" authors = ["Raghavendra Prabhu"] description = "Multi-threaded filesystem crawler.\n" homepage = "https://github.com/ronin13/finde-rs" readme = "README.md" keywords = ["cli", "crawler", "threadpool", "channel"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ronin13/finde-rs" [profile.dev] debug = 0 [profile.release] lto = "fat" codegen-units = 1 debug = 1 [dependencies.anyhow] version = "1.0.26" [dependencies.clap-verbosity-flag] version = "0.3.1" [dependencies.crossbeam] version = "0.7.3" [dependencies.log] version = "0.4.8" [dependencies.num_cpus] version = "1.12.0" [dependencies.partial_application] version = "0.2.0" [dependencies.rand] version = "0.7.3" [dependencies.simple_logger] version = "1.5.0" [dependencies.structopt] version = "0.3.9" [dependencies.tantivy] version = "0.11.3" [dependencies.threadpool] version = "1.7.1" [dependencies.walkdir] version = "2.3.1" [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-fmt"] default-features = false [badges.travis-ci] repository = "ronin13/finde-rs"