arborium-theme 2.11.0

Theme support for arborium syntax highlighting
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"
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