[package]
edition = "2021"
rust-version = "1.88"
name = "mandible-core"
version = "0.3.0"
authors = ["Sadig Akhund <sadigaxund@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared intermediate representation (IR) for mandible: CommandNode, Flag, Text sanitization, Provenance, Authority, and merge logic. Not independently useful outside the mandible workspace."
readme = "README.md"
keywords = [
"cli",
"tui",
"documentation",
"introspection",
]
categories = [
"command-line-interface",
"data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AS-FOSS/mandible"
[lib]
name = "mandible_core"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.smallvec]
version = "1.13"
[dependencies.thiserror]
version = "1.0"
[dependencies.toml]
version = "0.8"
[dev-dependencies.insta]
version = "1.40"
features = ["yaml"]
[dev-dependencies.proptest]
version = "1.5"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.serde_yaml]
version = "0.9"
[dev-dependencies.tempfile]
version = "3.13"