2021-10-22 01:15:42 +02:00
|
|
|
[package]
|
2021-11-09 16:16:28 +01:00
|
|
|
name = "filter-parser"
|
2022-04-25 15:55:38 +02:00
|
|
|
description = "The parser for the Meilisearch filter syntax"
|
2022-04-25 14:03:21 +02:00
|
|
|
publish = false
|
2021-10-22 01:15:42 +02:00
|
|
|
|
2023-02-15 13:51:07 +01: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 01:15:42 +02:00
|
|
|
[dependencies]
|
2023-04-11 15:23:51 +02:00
|
|
|
nom = "7.1.3"
|
2024-01-16 15:05:03 +01:00
|
|
|
nom_locate = "4.2.0"
|
|
|
|
unescaper = "0.1.3"
|
2022-08-17 17:25:31 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-01-16 15:05:03 +01:00
|
|
|
insta = "1.34.0"
|