syntect 4.6.0

library for high quality syntax highlighting and code intelligence using Sublime Text's grammars
Documentation
[[bench]]
harness = false
name = "highlighting"

[[bench]]
harness = false
name = "loading"

[[bench]]
harness = false
name = "parsing"
[dependencies.bincode]
optional = true
version = "1.0"

[dependencies.bitflags]
version = "1.0.4"

[dependencies.fancy-regex]
optional = true
version = "0.7"

[dependencies.flate2]
default-features = false
optional = true
version = "1.0"

[dependencies.fnv]
optional = true
version = "1.0"

[dependencies.lazy_static]
version = "1.0"

[dependencies.lazycell]
version = "1.0"

[dependencies.onig]
default-features = false
optional = true
version = "6.0"

[dependencies.plist]
version = "1"

[dependencies.regex-syntax]
optional = true
version = "0.6"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.walkdir]
version = "2.0"

[dependencies.yaml-rust]
optional = true
version = "0.4.5"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.getopts]
version = "0.2"

[dev-dependencies.pretty_assertions]
version = "0.6"

[dev-dependencies.rayon]
version = "1.0.0"

[dev-dependencies.regex]
version = "1.0"

[features]
assets = []
default = ["default-onig"]
default-fancy = ["parsing", "assets", "html", "yaml-load", "dump-load", "dump-create", "regex-fancy"]
default-onig = ["parsing", "assets", "html", "yaml-load", "dump-load", "dump-create", "regex-onig"]
dump-create = ["flate2/default", "bincode"]
dump-create-rs = ["flate2/rust_backend", "bincode"]
dump-load = ["flate2/default", "bincode"]
dump-load-rs = ["flate2/rust_backend", "bincode"]
html = ["parsing"]
metadata = ["parsing"]
parsing = ["regex-syntax", "fnv"]
regex-fancy = ["fancy-regex"]
regex-onig = ["onig"]
yaml-load = ["yaml-rust", "parsing"]

[lib]
bench = false

[package]
authors = ["Tristan Hume <tristan@thume.ca>"]
categories = ["parser-implementations", "parsing", "text-processing"]
description = "library for high quality syntax highlighting and code intelligence using Sublime Text's grammars"
documentation = "https://docs.rs/syntect"
edition = "2018"
exclude = ["testdata/*", "/scripts/*", "/Makefile", "/codecov.yml"]
keywords = ["syntax", "highlighting", "highlighter", "colouring", "parsing"]
license = "MIT"
name = "syntect"
readme = "Readme.md"
repository = "https://github.com/trishume/syntect"
version = "4.6.0"