summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c93c3861cf24b4e908a1baa9aede9f9915fc5322 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "highlight"
version = "1.0.1"
edition = "2024"

[dependencies]
fancy-regex = { version = "0.14.0", default-features = false, features = ["std"] }

[features]
unicode = ["fancy-regex/unicode"]
perf = ["fancy-regex/perf"]