# 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 = "2021" name = "syntect-assets" version = "0.23.6" authors = ["David Peter "] exclude = [ "assets/syntaxes/*", "assets/themes/*", ] description = "[syntect](https://github.com/trishume/syntect) syntax and theme assets from [bat](https://github.com/sharkdp/bat)." homepage = "https://github.com/ttys3/syntect-assets" readme = "README.md" categories = ["rendering"] license = "MIT OR Apache-2.0" repository = "https://github.com/ttys3/syntect-assets" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.bincode] version = "1.3" [dependencies.flate2] version = "1.0" [dependencies.globset] version = "0.4" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.18" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.syntect] version = "5.1.0" features = ["parsing"] default-features = false [dependencies.thiserror] version = "1.0" [features] default = ["regex-onig"] regex-fancy = ["syntect/regex-fancy"] regex-onig = ["syntect/regex-onig"]