mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-23 02:29:57 +00:00
18 lines
600 B
TOML
18 lines
600 B
TOML
[package]
|
|
name = "tantivy-query-grammar"
|
|
version = "0.15.0"
|
|
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
|
|
license = "MIT"
|
|
categories = ["database-implementations", "data-structures"]
|
|
description = """Search engine library"""
|
|
homepage = "https://github.com/quickwit-oss/tantivy"
|
|
repository = "https://github.com/quickwit-oss/tantivy"
|
|
readme = "README.md"
|
|
keywords = ["search", "information", "retrieval"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
combine = {version="4", default-features=false, features=[] }
|
|
once_cell = "1.7.2"
|
|
regex ={ version = "1.5.4", default-features = false, features = ["std"] }
|