# 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 = "tft" version = "0.1.1" authors = ["RubixDev "] description = "Text file type list and detection similar to that of Neovim" readme = "README.md" keywords = [ "tree-sitter", "syntect", "highlight", "parsing", "syntax", ] license = "GPL-3.0-only" repository = "https://github.com/RubixDev/tft" [package.metadata.docs.rs] all-features = true [dependencies.aho-corasick] version = "1.0.2" optional = true [dependencies.casey] version = "0.4.0" [dependencies.document-features] version = "0.2.7" optional = true [dependencies.lazy-regex] version = "3.0.0" optional = true [dependencies.once_cell] version = "1.18.0" optional = true [dependencies.phf] version = "0.11.2" features = ["macros"] optional = true [dependencies.regex] version = "1.9.1" optional = true [dependencies.serde] version = "1.0.180" optional = true [dependencies.serde_with] version = "3.1.0" optional = true [dependencies.strum] version = "0.25.0" features = [ "derive", "phf", ] [build-dependencies.rustc_version] version = "0.4.0" optional = true [features] default = ["detect"] detect = [ "dep:aho-corasick", "dep:lazy-regex", "dep:once_cell", "dep:phf", "dep:regex", ] docs = [ "dep:document-features", "dep:rustc_version", ] serde = [ "dep:serde", "dep:serde_with", ]