multilinear-parser 0.4.2

A parser for the multilinear story systems
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 = "multilinear-parser"
version = "0.4.2"
authors = ["p <p11@p11c.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser for the multilinear story systems"
documentation = "https://docs.rs/multilinear-parser"
readme = "README.md"
keywords = [
    "interactive-fiction",
    "parser",
    "state-machines",
    "narrative",
    "text-format",
]
categories = [
    "parsing",
    "simulation",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/porky11/multilinear-parser"

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

[dependencies.header-parsing]
version = "0.3.1"

[dependencies.logical-expressions]
version = "0.1.3"

[dependencies.multilinear]
version = "0.4.0"

[dependencies.thiserror]
version = "2.0.11"