multilinear-parser 0.5.4

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.5.4"
authors = ["p <p@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"

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

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

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

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

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

[dependencies.multilinear]
version = "0.7"

[dependencies.thiserror]
version = "2.0.11"

[lints.clippy]
enum_glob_use = "allow"
exit = "deny"
expect_used = "deny"
indexing_slicing = "deny"
items_after_statements = "allow"
missing_transmute_annotations = "deny"
option_if_let_else = "allow"
panic = "deny"
panic_in_result_fn = "deny"
string_slice = "deny"
todo = "deny"
too_many_lines = "allow"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust.warnings]
level = "deny"
priority = -2