gremlin-rs 0.1.0

Parser for the Gremlin graph traversal language, generated from Apache TinkerPop's official Gremlin.g4 grammar.
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"
rust-version = "1.80"
name = "gremlin-rs"
version = "0.1.0"
build = false
exclude = [
    "/grammar",
    "/.github",
    "/src/generated/semantics.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for the Gremlin graph traversal language, generated from Apache TinkerPop's official Gremlin.g4 grammar."
homepage = "https://github.com/ophi-dev/gremlin-rs"
documentation = "https://docs.rs/gremlin-rs"
readme = "README.md"
keywords = [
    "gremlin",
    "tinkerpop",
    "graph",
    "parser",
    "antlr",
]
categories = [
    "parser-implementations",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/ophi-dev/gremlin-rs"

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

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

[dependencies.antlr-rust-runtime]
version = "0.9.3"

[lints.rust]
unsafe_code = "forbid"