ripgrep 0.8.1

Line oriented search tool using Rust's regex library. Combines the raw performance of grep with the usability of the silver searcher.
# 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.8.1"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
build = "build.rs"
exclude = ["HomebrewFormula"]
description = "Line oriented search tool using Rust's regex library. Combines the raw\nperformance of grep with the usability of the silver searcher.\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/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.2"

[dependencies.bytecount]
version = "0.3.1"

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

[dependencies.encoding_rs]
version = "0.7"

[dependencies.globset]
version = "0.3.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 = "0.2.4"

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

[dependencies.termcolor]
version = "0.3.4"
[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", "regex/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"