tailwind-rs-scanner 0.15.4

Advanced content scanning for Tailwind-RS Core
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 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 = "tailwind-rs-scanner"
version = "0.15.4"
authors = ["Tailwind-RS Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Advanced content scanning for Tailwind-RS Core"
readme = false
keywords = [
    "tailwind",
    "css",
    "scanner",
    "rust",
    "web",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/leptos-rs/tailwind-rs"

[features]
default = []
parallel = ["rayon"]
tree-sitter = ["dep:tree-sitter"]

[lib]
name = "tailwind_rs_scanner"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.dashmap]
version = "5.5"

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rayon]
version = "1.8"
optional = true

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tree-sitter]
version = "0.20"
optional = true

[dependencies.walkdir]
version = "2.3"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.0"