[dependencies.toml]
version = "0.8"
[lib]
name = "arborium_theme"
path = "src/lib.rs"
[package]
authors = ["Amos Wenger <amos@bearcove.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "Theme support for arborium syntax highlighting"
documentation = "https://docs.rs/arborium-theme"
edition = "2024"
homepage = "https://github.com/bearcove/arborium"
keywords = ["syntax-highlighting", "themes", "tree-sitter"]
license = "MIT OR Apache-2.0"
name = "arborium-theme"
readme = "README.md"
repository = "https://github.com/bearcove/arborium"
rust-version = "1.85"
version = "0.3.0"