ripgrep 0.9.0

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]
name = "ripgrep"
version = "0.9.0"
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"
[profile.release]
debug = true

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

[[test]]
name = "integration"
path = "tests/tests.rs"
[dependencies.atty]
version = "0.2.11"

[dependencies.bytecount]
version = "0.3.1"

[dependencies.clap]
version = "2.29.4"
features = ["suggestions", "color"]
default-features = false

[dependencies.encoding_rs]
version = "0.8"

[dependencies.encoding_rs_io]
version = "0.1"

[dependencies.globset]
version = "0.4.0"

[dependencies.grep]
version = "0.1.8"

[dependencies.ignore]
version = "0.4.0"

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.memchr]
version = "2"

[dependencies.memmap]
version = "0.6"

[dependencies.num_cpus]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.same-file]
version = "1"

[dependencies.termcolor]
version = "1"
[build-dependencies.clap]
version = "2.29.4"
features = ["suggestions", "color"]
default-features = false

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

[features]
avx-accel = ["bytecount/avx-accel"]
simd-accel = ["bytecount/simd-accel", "encoding_rs/simd-accel"]
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["std", "winnt"]
[badges.appveyor]
repository = "BurntSushi/ripgrep"

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