attackstr 0.2.0

Grammar-based security payload generation — TOML-driven, composable, encoding-aware
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"
rust-version = "1.85"
name = "attackstr"
version = "0.2.0"
authors = ["Corum Collective LLC <engineering@corumcollective.com>"]
build = false
exclude = ["target/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Grammar-based security payload generation — TOML-driven, composable, encoding-aware"
readme = "README.md"
keywords = [
    "security",
    "payloads",
    "fuzzing",
    "pentest",
    "vulnerability",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/santhsecurity/attackstr"

[features]
builtin-grammars = []
default = []

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "custom_encoding"
path = "examples/custom_encoding.rs"

[[example]]
name = "mutations"
path = "examples/mutations.rs"

[[example]]
name = "toml_config"
path = "examples/toml_config.rs"

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

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.urlencoding]
version = "2"

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

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["fmt"]