lucene-query-syntax 0.1.1

Parses a subset of the Apache Lucene query syntax
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "lucene-query-syntax"
version = "0.1.1"
authors = ["Leonardo Giovanni Scur <kroltan1@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parses a subset of the Apache Lucene query syntax"
readme = "README.md"
license = "AGPL-3.0-or-later"
repository = "https://gitea.kroltan.me/Troposphir/lucene2sql"

[lib]
name = "lucene_query_syntax"
path = "src/lib.rs"

[dependencies.pom]
version = "3.4"