streamdown-plugin 0.1.4

Plugin system for streamdown extensibility
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"
name = "streamdown-plugin"
version = "0.1.4"
authors = ["Streamdown Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin system for streamdown extensibility"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fed-stew/streamdown-rs"

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

[dependencies.regex]
version = "1.10"

[dependencies.streamdown-config]
version = "0.1.4"

[dependencies.streamdown-core]
version = "0.1.4"