subfeature 0.0.5

Subfeature handling and manipulation APIs
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 = "2024"
name = "subfeature"
version = "0.0.5"
authors = ["William Woodruff <william@yossarian.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Subfeature handling and manipulation APIs"
homepage = "https://docs.zizmor.sh"
readme = "README.md"
license = "MIT"
repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/subfeature"
resolver = "2"

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

[dependencies.memchr]
version = "2.8.0"

[dependencies.regex]
version = "1.12.3"

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

[lints.clippy]
dbg_macro = "warn"
needless_lifetimes = "warn"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unimplemented = "warn"
unwrap_used = "warn"
use_debug = "warn"