rushdown-diagram 0.10.0

Diagram visualization extension for rushdown markdown parser
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 = "2021"
rust-version = "1.87"
name = "rushdown-diagram"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Diagram visualization extension for rushdown markdown parser"
homepage = "https://github.com/yuin/rushdown-diagram"
documentation = "https://docs.rs/rushdown-diagram"
readme = "README.md"
keywords = [
    "markdown",
    "commonmark",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/yuin/rushdown-diagram"
resolver = "2"

[features]
default = ["std"]
std = ["rushdown/default"]

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

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

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

[dependencies.rushdown]
version = "0.16.0"
default-features = false

[dependencies.which]
version = "8.0.2"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "abort"