polyfont-parse 0.8.0

Tree-sitter-based token parsing for polyfont
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 = "polyfont-parse"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tree-sitter-based token parsing for polyfont"
readme = "README.md"
keywords = [
    "font",
    "syntax-highlighting",
    "textmate",
    "tree-sitter",
]
categories = [
    "text-editors",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/WyattAu/polyfont"
resolver = "2"

[features]
c = ["dep:tree-sitter-c"]
cpp = ["dep:tree-sitter-cpp"]
default = []
go = ["dep:tree-sitter-go"]
javascript = ["dep:tree-sitter-typescript"]
json = ["dep:tree-sitter-json"]
lua = ["dep:tree-sitter-lua"]
python = ["dep:tree-sitter-python"]
rust = ["dep:tree-sitter-rust"]
toml = ["dep:tree-sitter-toml"]
typescript = ["dep:tree-sitter-typescript"]

[lib]
name = "polyfont_parse"
path = "src/lib.rs"

[dependencies.polyfont-core]
version = "0.8.0"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tree-sitter]
version = "0.24"

[dependencies.tree-sitter-c]
version = "0.23"
optional = true

[dependencies.tree-sitter-cpp]
version = "0.23"
optional = true

[dependencies.tree-sitter-go]
version = "0.23"
optional = true

[dependencies.tree-sitter-highlight]
version = "0.24"

[dependencies.tree-sitter-json]
version = "0.24"
optional = true

[dependencies.tree-sitter-lua]
version = "0.5"
optional = true

[dependencies.tree-sitter-python]
version = "0.23"
optional = true

[dependencies.tree-sitter-rust]
version = "0.23"
optional = true

[dependencies.tree-sitter-toml]
version = "0.20"
optional = true

[dependencies.tree-sitter-typescript]
version = "0.23"
optional = true