rusty-promql-parser 0.2.1

A Prometheus PromQL parser written in Rust
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 = "rusty-promql-parser"
version = "0.2.1"
authors = ["Antoine Pultier <antoine.pultier@sintef.no>"]
build = false
exclude = [
    "references/**",
    "rusty-promql-parser-fuzz/**",
]
include = [
    "README.md",
    "LICENSE",
    "src/*.rs",
    "src/**/*.rs",
    "Cargo.toml",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Prometheus PromQL parser written in Rust"
documentation = "https://docs.rs/rusty-promql-parser"
readme = "README.md"
keywords = [
    "promql",
    "parser",
    "prometheus",
]
license = "Apache-2.0"
repository = "https://github.com/sintef/rusty-promql-parser"

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

[dependencies.nom]
version = "8.0"