[package]
edition = "2024"
name = "illume"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable, pure-Rust, wasm-safe text lexer and syntax highlighter: djot structure plus a pluggable inner-language injection registry over a logos pack, and a prose-entity pass (URLs, mentions, tags). Host- and toolkit-agnostic; emits (range, kind) spans, no UI dependency."
documentation = "https://docs.rs/illume"
readme = "README.md"
keywords = [
"djot",
"lexer",
"syntax-highlighting",
"logos",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mark-ik/serval"
resolver = "2"
[lib]
name = "illume"
path = "src/lib.rs"
[dependencies.jotdown]
version = "0.10"
[dependencies.logos]
version = "0.16"