mon-core 0.0.3

A robust parser and validator for the Mycel Object Notation (MON) language, designed for fast, efficient, and human-friendly configuration.
Documentation
[[bench]]
harness = false
name = "mon_benchmarks"
path = "benches/mon_benchmarks.rs"

[dependencies.log]
version = "0.4.28"

[dependencies.miette]
features = ["fancy"]
version = "7.6.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[[example]]
name = "simple"
path = "examples/simple.rs"

[features]
lsp = []

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

[package]
authors = ["Shrub <TheShurb@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "parser-implementations"]
description = "A robust parser and validator for the Mycel Object Notation (MON) language, designed for fast, efficient, and human-friendly configuration."
documentation = "https://docs.rs/mon-core"
edition = "2021"
homepage = "https://github.com/Mycel-Lang/mon"
keywords = ["parser", "config", "serialization", "validation", "mon"]
license = "MIT"
name = "mon-core"
readme = "README.md"
repository = "https://github.com/Mycel-Lang/mon-core"
version = "0.0.3"

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

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

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