gollum-parser 0.2.0

Parser for the Gollum language
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 = "gollum-parser"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for the Gollum language"
homepage = "https://auksys.org"
readme = false
license = "MIT"
repository = "https://gitlab.com/auksys/gollum"
resolver = "2"

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

[[test]]
name = "language"
path = "tests/language.rs"
harness = false

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.gollum-ast]
version = "0.2.0"

[dependencies.logos]
version = "0.14"

[dependencies.nom]
version = "8"

[dependencies.thiserror]
version = "2"

[dev-dependencies.cucumber]
version = "0.22"
features = ["output-junit"]

[dev-dependencies.ron]
version = "0.8"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]