eventql-parser 0.1.12

EventQL Lexer and Parser
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 = "eventql-parser"
version = "0.1.12"
authors = ["Yorick Laupa <yo.eight@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EventQL Lexer and Parser"
homepage = "https://github.com/YoEight/eventql-parser"
documentation = "https://docs.rs/eventql-parser/"
readme = "README.md"
keywords = [
    "eventql",
    "lexer",
    "parser",
    "events",
    "event-sourcing",
]
license = "MIT"
repository = "https://github.com/YoEight/eventql-parser"

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

[dependencies.nom]
version = "8"

[dependencies.nom_locate]
version = "5"

[dependencies.ordered-float]
version = "5"
features = ["serde"]
default-features = false

[dependencies.rustc-hash]
version = "2"
features = ["std"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.unicase]
version = "2"

[dev-dependencies.insta]
version = "1.46"
features = [
    "yaml",
    "redactions",
]