vertigo-cmark 0.1.2

Allows to render CommonMark inside Vertigo tree
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 = "vertigo-cmark"
version = "0.1.2"
authors = ["MichaƂ Pokrywka <wolfmoon@o2.pl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allows to render CommonMark inside Vertigo tree"
homepage = "https://vertigo.znoj.pl"
documentation = "https://docs.rs/vertigo-cmark/"
readme = "README.md"
keywords = [
    "wasm",
    "web",
    "reactive",
    "markdown",
    "commonmark",
]
categories = [
    "asynchronous",
    "gui",
    "wasm",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vertigo-web/vertigo-cmark"

[features]
default = ["html"]
html = [
    "pulldown-cmark/html",
    "html5tokenizer",
]

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

[dependencies.html5tokenizer]
version = "0.5"
optional = true

[dependencies.pulldown-cmark]
version = "0.13"
default-features = false

[dependencies.syntect]
version = "5.2"
features = ["default-fancy"]
optional = true
default-features = false

[dependencies.vertigo]
version = ">=0.7"