twig-doc 2.2.2

Parse, query, edit, and losslessly round-trip Djot, Markdown, HTML, and XML documents.
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"
rust-version = "1.85"
name = "twig-doc"
version = "2.2.2"
build = false
include = [
    "src/**/*.rs",
    "README.md",
]
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"

[dependencies.twig-sys]
version = "2.2.2"