bynk-render 0.97.0

Bynk's shared diagnostic-rendering layer: ariadne human output and the short/json forms over bynk-syntax::CompileError. The presentation layer both CLI front-ends adopt so they render identically.
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 = "bynk-render"
version = "0.97.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bynk's shared diagnostic-rendering layer: ariadne human output and the short/json forms over bynk-syntax::CompileError. The presentation layer both CLI front-ends adopt so they render identically."
homepage = "https://github.com/accuser/bynk"
readme = "README.md"
keywords = [
    "compiler",
    "dsl",
    "diagnostics",
    "language",
]
categories = [
    "compilers",
    "command-line-interface",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/accuser/bynk"

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

[dependencies.ariadne]
version = "0.6"

[dependencies.bynk-syntax]
version = "0.97.0"