[package]
edition = "2024"
rust-version = "1.88"
name = "mant-ast"
version = "0.6.4"
build = false
include = [
"/Cargo.toml",
"/LICENSE",
"/README.md",
"/src/**",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Versioned, renderer-neutral document and query contracts for ManT"
homepage = "https://github.com/BryanHeBY/ManT"
readme = "README.md"
keywords = [
"man",
"markdown",
"ast",
"schema",
"protocol",
]
categories = [
"data-structures",
"text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/BryanHeBY/ManT"
[lib]
name = "mant_ast"
path = "src/lib.rs"
[dependencies.schemars]
version = "=1.2.2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"
[lints.clippy]
all = "warn"
pedantic = "warn"
[lints.rust]
unsafe_code = "deny"