syntect 1.7.2

library for high quality syntax highlighting and code intelligence using Sublime Text's grammars
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.yaml-rust]
version = "0.3.5"
optional = true

[dependencies.bincode]
version = "0.8"
optional = true

[dependencies.serde]
version = "1.0"
features = ["rc"]

[dependencies.onig]
version = "^1.2"
optional = true

[dependencies.lazy_static]
version = "^0.2"

[dependencies.plist]
version = "0.2"

[dependencies.walkdir]
version = "^1.0"

[dependencies.flate2]
version = "^0.2"
optional = true

[dependencies.bitflags]
version = "^0.8"

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

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

[dependencies.libflate]
version = "0.1.8"
optional = true

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

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

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

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