panache-parser 0.1.0

Lossless CST parser and syntax wrappers for Pandoc markdown, Quarto, and RMarkdown
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"
name = "panache-parser"
version = "0.1.0"
authors = ["Johan Larsson <johan@jolars.co>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lossless CST parser and syntax wrappers for Pandoc markdown, Quarto, and RMarkdown"
homepage = "https://jolars.github.io/panache"
readme = "README.md"
keywords = [
    "quarto",
    "pandoc",
    "markdown",
    "parser",
    "syntax",
]
categories = [
    "text-processing",
    "parsing",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/jolars/panache"

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

[dependencies.env_logger]
version = "0.11.10"

[dependencies.globset]
version = "0.4"

[dependencies.log]
version = "0.4.28"
features = ["release_max_level_info"]

[dependencies.pretty_yaml]
version = "0.6.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.rowan]
version = "0.16.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "1.1.2"

[dependencies.unicode-width]
version = "0.2"

[dependencies.yaml_parser]
version = "0.3.0"

[dev-dependencies.insta]
version = "1.47.2"
features = ["json"]

[dev-dependencies.similar-asserts]
version = "2.0.0"