panache-formatter 0.6.0

Core formatting engine 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-formatter"
version = "0.6.0"
authors = ["Johan Larsson <johan@jolars.co>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core formatting engine for Pandoc markdown, Quarto, and RMarkdown"
homepage = "https://panache.bz"
documentation = "https://docs.rs/panache-formatter"
readme = "README.md"
keywords = [
    "quarto",
    "pandoc",
    "markdown",
    "formatter",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/jolars/panache"

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

[[test]]
name = "format"
path = "tests/format/main.rs"

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

[dependencies.panache-parser]
version = "0.10.0"

[dependencies.pretty_yaml]
version = "0.6.0"

[dependencies.rowan]
version = "0.16.1"

[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"

[dev-dependencies.toml]
version = "1.1.2"