[dependencies.toml]
optional = true
version = "0.8"
[features]
default = []
toml = ["dep:toml"]
[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"
include = ["src/**/*.rs", "themes/**/*.toml"]
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 = "2.4.7"