gorgeous 0.1.8

Grammar-driven pretty printers auto-generated from BBNF grammars
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 = "gorgeous"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Grammar-driven pretty printers auto-generated from BBNF grammars"
readme = "README.md"
keywords = [
    "formatter",
    "pretty-printer",
    "bbnf",
    "grammar",
    "code-formatting",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/mkbabb/gorgeous"

[features]
default = []
vm = ["dep:bbnf-ir"]

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

[[bin]]
name = "gorg"
path = "src/main.rs"

[[example]]
name = "check_all"
path = "examples/check_all.rs"

[[test]]
name = "biome_compare"
path = "tests/biome_compare.rs"

[[test]]
name = "biome_compare2"
path = "tests/biome_compare2.rs"

[[test]]
name = "vm"
path = "tests/vm.rs"

[[bench]]
name = "gorgeous"
path = "benches/gorgeous.rs"
harness = false

[dependencies.bbnf]
version = "0.2"

[dependencies.bbnf-ir]
version = "0.1"
optional = true

[dependencies.bbnf_derive]
version = "0.2"

[dependencies.parse_that]
version = "0.3"
features = ["diagnostics"]

[dependencies.pprint]
version = "0.3"

[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.biome_css_formatter]
version = "=0.4.0"

[dev-dependencies.biome_css_parser]
version = "=0.4.0"

[dev-dependencies.biome_css_syntax]
version = "=0.4.0"

[dev-dependencies.biome_formatter]
version = "=0.4.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.mimalloc]
version = "0.1"

[profile.bench]
opt-level = 3
lto = "fat"
codegen-units = 1
inherits = "release"