elenchus-parser 0.2.0

English-like DSL parser for the elenchus reasoning engine (facts, premises, rules, checks).
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 = "elenchus-parser"
version = "0.2.0"
authors = ["Mansur Azatbek <mansur62624@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "English-like DSL parser for the elenchus reasoning engine (facts, premises, rules, checks)."
homepage = "https://github.com/m62624/elenchus"
readme = "README.md"
keywords = [
    "dsl",
    "parser",
    "logic",
    "reasoning",
    "no-std",
]
categories = [
    "parser-implementations",
    "no-std",
]
license = "MIT"
repository = "https://github.com/m62624/elenchus"
resolver = "2"

[package.metadata.dist]
dist = false

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

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

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

[dependencies.nom]
version = "8.0.0"
features = ["alloc"]
default-features = false

[dependencies.nom_locate]
version = "5.0.0"
features = ["alloc"]
default-features = false

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

[dev-dependencies.proptest]
version = "1"