ll-sparql-parser 3.3.0

A resilient LL parser for SPARQL 1.2
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 = "2021"
name = "ll-sparql-parser"
version = "3.3.0"
authors = ["Ioannis Nezis <ioannis@nezis.de>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A resilient LL parser for SPARQL 1.2"
readme = "README.md"
keywords = [
    "SPARQL",
    "parser",
    "rdf",
]
license = "MIT"
repository = "https://github.com/IoannisNezis/qlue-ls"

[lib]
name = "ll_sparql_parser"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "parse_tree"
path = "tests/parse_tree.rs"

[dependencies.logos]
version = "0.16.0"

[dependencies.rowan]
version = "0.16.1"

[dev-dependencies.indoc]
version = "2.0.5"

[dev-dependencies.insta]
version = "1.48.0"

[build-dependencies.prettyplease]
version = "0.2.29"

[build-dependencies.proc-macro2]
version = "1.0.93"

[build-dependencies.quote]
version = "1.0.38"

[build-dependencies.syn]
version = "2.0.98"

[build-dependencies.ungrammar]
version = "1.16.1"