tft 0.0.0

non-release placeholder version for text file type detection lib
Documentation
[dependencies.aho-corasick]
optional = true
version = "1.0.2"

[dependencies.lazy-regex]
optional = true
version = "3.0.0"

[dependencies.once_cell]
optional = true
version = "1.18.0"

[dependencies.phf]
features = ["macros"]
optional = true
version = "0.11.2"

[dependencies.regex]
optional = true
version = "1.9.1"

[dependencies.serde_with]
optional = true
version = "3.1.0"

[dependencies.strum]
features = ["derive", "phf"]
version = "0.25.0"

[features]
default = ["detect"]
detect = ["dep:aho-corasick", "dep:lazy-regex", "dep:once_cell", "dep:phf", "dep:regex"]
serde = ["dep:serde_with"]

[package]
description = "non-release placeholder version for text file type detection lib"
edition = "2021"
license = "GPL-3.0-only"
name = "tft"
readme = "README.md"
repository = "https://github.com/RubixDev/tft"
version = "0.0.0"