# 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" name = "reddit-search" version = "0.10.0" authors = ["Luc Aggett "] description = "A search tool for the pushshift.io Reddit dumps." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lucaggett/reddit-search" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" [dependencies.assert_cmd] version = "2.0.14" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" [dependencies.indicatif] version = "0.17.8" [dependencies.num_cpus] version = "1.16.0" [dependencies.rayon] version = "1.10.0" [dependencies.zstd] version = "0.13.1"