reddit-search 0.11.0

A search tool for the pushshift.io Reddit dumps.
# 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.11.0"
authors = ["Luc Aggett <luc@aggett.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[[bin]]
name = "reddit-search"
path = "src/main.rs"

[dependencies.aho-corasick]
version = "1.1"

[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.memchr]
version = "2.7"

[dependencies.zstd]
version = "0.13.1"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "abort"