# 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 = "2018" name = "syntect-no-panic" version = "4.6.1" authors = ["Tristan Hume "] exclude = ["testdata/*", "/scripts/*", "/Makefile", "/codecov.yml"] description = "temporary fork of Syntect (don't use)" documentation = "https://docs.rs/syntect-no-panic" readme = "Readme.md" keywords = ["syntax", "highlighting", "highlighter", "colouring", "parsing"] categories = ["parser-implementations", "parsing", "text-processing"] license = "MIT" repository = "https://github.com/Canop/syntect" [lib] bench = false [[bench]] name = "highlighting" harness = false [[bench]] name = "loading" harness = false [[bench]] name = "parsing" harness = false [dependencies.bincode] version = "1.0" optional = true [dependencies.bitflags] version = "1.0.4" [dependencies.fancy-regex] version = "0.7" optional = true [dependencies.flate2] version = "1.0" optional = true default-features = false [dependencies.fnv] version = "1.0" optional = true [dependencies.lazy_static] version = "1.0" [dependencies.once_cell] version = "1.8" [dependencies.onig] version = "6.0" optional = true default-features = false [dependencies.plist] version = "1" optional = true [dependencies.regex-syntax] version = "0.6" optional = true [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] version = "0.4.5" optional = true [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [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", "plist-load", "yaml-load", "dump-load", "dump-create", "regex-fancy"] default-onig = ["parsing", "assets", "html", "plist-load", "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", "plist-load"] parsing = ["regex-syntax", "fnv"] plist-load = ["plist"] regex-fancy = ["fancy-regex"] regex-onig = ["onig"] yaml-load = ["yaml-rust", "parsing"]