summaryrefslogtreecommitdiffstats
path: root/crates/index/Cargo.toml
blob: 125e862912457dda25f0d0a862a036d2803f126d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
publish = false
name = "grep-index"
version = "0.0.1"  #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Grep, but with an index.
"""
documentation = "https://docs.rs/grep-index"
homepage = "https://github.com/BurntSushi/ripgrep"
repository = "https://github.com/BurntSushi/ripgrep"
readme = "README.md"
keywords = ["regex", "grep", "search", "index", "ngram"]
license = "Unlicense/MIT"
edition = "2018"

[dependencies]
bstr = "0.2"
regex-syntax = "0.6.14"