[dependencies.prettyplease]
version = "0.2"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
[dependencies.syntect]
default-features = false
features = ["default-fancy", "default-syntaxes", "default-themes"]
version = "5.2"
[lib]
name = "example_html_highlight_macro"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "macro for embedding syntax highlighted copies of code in the binary"
edition = "2021"
homepage = "https://github.com/JedimEmO/dwind"
keywords = ["web", "wasm", "css", "style"]
license = "MIT"
name = "example-html-highlight-macro"
readme = "README.md"
repository = "https://github.com/JedimEmO/dwind"
version = "0.1.0"