ripgrep 11.0.2

ripgrep is a line-oriented search tool that recursively searches your current directory for a regex pattern while respecting your gitignore rules. ripgrep has first class support on Windows, macOS and Linux.
# 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 = "ripgrep"
version = "11.0.2"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
build = "build.rs"
exclude = ["HomebrewFormula"]
autotests = false
description = "ripgrep is a line-oriented search tool that recursively searches your current\ndirectory for a regex pattern while respecting your gitignore rules. ripgrep\nhas first class support on Windows, macOS and Linux.\n"
homepage = "https://github.com/BurntSushi/ripgrep"
documentation = "https://github.com/BurntSushi/ripgrep"
readme = "README.md"
keywords = ["regex", "grep", "egrep", "search", "pattern"]
categories = ["command-line-utilities", "text-processing"]
license = "Unlicense OR MIT"
repository = "https://github.com/BurntSushi/ripgrep"
[package.metadata.deb]
assets = [["target/release/rg", "usr/bin/", "755"], ["COPYING", "usr/share/doc/ripgrep/", "644"], ["LICENSE-MIT", "usr/share/doc/ripgrep/", "644"], ["UNLICENSE", "usr/share/doc/ripgrep/", "644"], ["CHANGELOG.md", "usr/share/doc/ripgrep/CHANGELOG", "644"], ["README.md", "usr/share/doc/ripgrep/README", "644"], ["FAQ.md", "usr/share/doc/ripgrep/FAQ", "644"], ["deployment/deb/rg.1", "usr/share/man/man1/rg.1", "644"], ["deployment/deb/rg.bash", "usr/share/bash-completion/completions/rg", "644"], ["deployment/deb/rg.fish", "usr/share/fish/completions/rg.fish", "644"], ["deployment/deb/_rg", "usr/share/zsh/vendor-completions/", "644"]]
extended-description = "ripgrep (rg) recursively searches your current directory for a regex pattern.\nBy default, ripgrep will respect your .gitignore and automatically skip hidden\nfiles/directories and binary files.\n"
features = ["pcre2"]
section = "utils"
[profile.release]
debug = 1

[[bin]]
name = "rg"
path = "src/main.rs"
bench = false

[[test]]
name = "integration"
path = "tests/tests.rs"
[dependencies.bstr]
version = "0.2.0"

[dependencies.clap]
version = "2.32.0"
features = ["suggestions"]
default-features = false

[dependencies.grep]
version = "0.2.4"

[dependencies.ignore]
version = "0.4.7"

[dependencies.lazy_static]
version = "1.1.0"

[dependencies.log]
version = "0.4.5"

[dependencies.num_cpus]
version = "1.8.0"

[dependencies.regex]
version = "1.0.5"

[dependencies.serde_json]
version = "1.0.23"

[dependencies.termcolor]
version = "1.0.3"
[dev-dependencies.serde]
version = "1.0.77"

[dev-dependencies.serde_derive]
version = "1.0.77"
[build-dependencies.clap]
version = "2.32.0"
features = ["suggestions"]
default-features = false

[build-dependencies.lazy_static]
version = "1.1.0"

[features]
pcre2 = ["grep/pcre2"]
simd-accel = ["grep/simd-accel"]
[target."cfg(all(target_env = \"musl\", target_pointer_width = \"64\"))".dependencies.jemallocator]
version = "0.3.0"
[badges.appveyor]
repository = "BurntSushi/ripgrep"

[badges.travis-ci]
repository = "BurntSushi/ripgrep"