[package]
edition = "2024"
rust-version = "1.85"
name = "twig-doc"
version = "2.0.0"
build = "build.rs"
links = "twig"
include = [
"src/**/*.rs",
"build.rs",
"README.md",
"zig/build.zig",
"zig/build.zig.zon",
"zig/src/**/*",
"zig/bindings/c/include/twig.h",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse, query, edit, and losslessly round-trip Djot, Markdown, HTML, and XML documents."
homepage = "https://github.com/adammharris/twig"
documentation = "https://docs.rs/twig"
readme = "README.md"
keywords = [
"djot",
"markdown",
"parser",
"ast",
"document",
]
categories = [
"parser-implementations",
"text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/adammharris/twig"
[lib]
name = "twig"
path = "src/lib.rs"