[package]
edition = "2024"
name = "hikari-token"
version = "0.1.10"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "hikari (光) — the one fleet-facing semantic highlight vocabulary. A 16-variant `Semantic` enum (the collapse of the fleet's duplicated copies) with total conversions to/from hikari-core's `HlClass`. Re-exports HlClass/ByteSpan/HighlightSpan so a consumer takes one dep."
readme = "README.md"
keywords = [
"syntax",
"highlighting",
"semantic",
"editor",
"theme",
]
categories = ["text-editors"]
license = "MIT"
repository = "https://github.com/pleme-io/hikari"
[features]
schema = ["dep:schemars"]
[lib]
name = "hikari_token"
path = "src/lib.rs"
[dependencies.hikari-core]
version = "0.1"
[dependencies.schemars]
version = "0.8"
optional = true
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"
[lints.clippy]
pedantic = "warn"