shiki 0.0.7

Fast TextMate tokenizer and highlighting engine for Rust
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 = "shiki"
version = "0.0.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast TextMate tokenizer and highlighting engine for Rust"
readme = "README.md"
keywords = [
    "highlighting",
    "syntax",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cnlancehu/shiki"

[features]
default = ["json"]
json = [
    "dep:serde",
    "dep:serde_json",
]

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

[dependencies.lz4_flex]
version = "0.14.0"

[dependencies.onig_sys]
version = "69.9.3"
default-features = false

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]
optional = true

[dependencies.serde_json]
version = "1.0.150"
optional = true

[dependencies.thiserror]
version = "2.0.18"