2021-10-22 07:15:42 +08:00
|
|
|
[package]
|
2021-11-09 23:16:28 +08:00
|
|
|
name = "filter-parser"
|
2022-04-25 21:55:38 +08:00
|
|
|
description = "The parser for the Meilisearch filter syntax"
|
2022-04-25 20:03:21 +08:00
|
|
|
publish = false
|
2021-10-22 07:15:42 +08:00
|
|
|
|
2023-02-15 20:51:07 +08:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
# description.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
readme.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
|
2021-10-22 07:15:42 +08:00
|
|
|
[dependencies]
|
2023-04-11 21:23:51 +08:00
|
|
|
nom = "7.1.3"
|
|
|
|
nom_locate = "4.1.0"
|
2022-08-17 23:25:31 +08:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2023-04-11 21:23:51 +08:00
|
|
|
insta = "1.29.0"
|