Rename tique's `unstable` feature to `queryparser` 💬 by Caio 5 years ago (log)
... And somehow `tique` can't be built because `cantine` wants a feature that stopped existing? That kinda diminishes the usefulness of workspaces.
... And somehow `tique` can't be built because `cantine` wants a feature that stopped existing? That kinda diminishes the usefulness of workspaces.
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[package]
name = "tique"
version = "0.3.0"
license = "MIT"
description = "Utilities to drive a tantivy search index"
keywords = ["tantivy", "pagination", "aggregation", "collector", "similarity"]
repository = "https://github.com/caio/cantine/"
homepage = "https://github.com/caio/cantine/tree/master/tique"
authors = ["Caio Romão <contact@caio.co>"]
readme = "README.markdown"
edition = "2018"
[features]
default = []
queryparser = ["nom"]
[dependencies]
tantivy = "0.12"
nom = { version = "5", optional = true }
[dev-dependencies]
quickcheck = "0.9"
|