badness-parser 0.4.0

Lossless CST parser, semantic model, and command-signature database for LaTeX and BibTeX
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 = "badness-parser"
version = "0.4.0"
authors = ["Johan Larsson <johan@jolars.co>"]
build = "build.rs"
include = [
    "/src/**/*",
    "/build.rs",
    "/data/**/*",
    "/README.md",
    "/CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lossless CST parser, semantic model, and command-signature database for LaTeX and BibTeX"
homepage = "https://badness.dev/"
documentation = "https://docs.rs/badness-parser"
readme = "README.md"
keywords = [
    "latex",
    "bibtex",
    "parser",
    "cst",
]
categories = [
    "parsing",
    "parser-implementations",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/jolars/badness"

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

[dependencies.phf]
version = "0.14.0"

[dependencies.rowan]
version = "0.17.0"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.smol_str]
version = "0.3.2"
features = ["serde"]

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

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.rayon]
version = "1.10.0"

[build-dependencies.phf_codegen]
version = "0.14.0"

[build-dependencies.serde]
version = "1.0.229"
features = ["derive"]

[build-dependencies.serde_json]
version = "1.0.151"