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