hikari-token 0.1.10

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.
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 = "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"