weggli-ruleset 0.1.8

Ruleset managment/matching/reporting for weggli patterns
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 = "weggli-ruleset"
version = "0.1.8"
authors = ["Sam L. Thomas <s@ghost.sh>"]
build = false
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ruleset managment/matching/reporting for weggli patterns"
readme = "README.md"
license = "MIT"
repository = "https://github.com/xorpse/weggli-ruleset.git"

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

[dependencies.anyhow]
version = "1"

[dependencies.memchr]
version = "2.7"

[dependencies.nonempty]
version = "0.10"
features = ["serialize"]

[dependencies.regex]
version = "1"

[dependencies.rustc-hash]
version = "2"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.serde_yaml]
version = "0.0.12"
package = "serde_yml"

[dependencies.thiserror]
version = "1"

[dependencies.tree-sitter]
version = "0.25"

[dependencies.walkdir]
version = "2"

[dependencies.weggli]
version = "0.2"
package = "wegglix"