redstr 0.2.14

Red team string obfuscation and transformation for offensive security, WAF bypass, XSS, SQL injection, phishing, and evasion testing
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 = "redstr"
version = "0.2.14"
authors = ["Arvid Berndtsson <dev@arvid.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Red team string obfuscation and transformation for offensive security, WAF bypass, XSS, SQL injection, phishing, and evasion testing"
homepage = "https://github.com/arvid-berndtsson/redstr"
documentation = "https://docs.rs/redstr"
readme = "README.md"
keywords = [
    "red-team",
    "security",
    "obfuscation",
    "waf-bypass",
    "evasion",
]
categories = [
    "development-tools",
    "text-processing",
    "web-programming",
    "encoding",
]
license = "MIT"
repository = "https://github.com/arvid-berndtsson/redstr"

[package.metadata.docs.rs]
all-features = true

[features]
cli = []
default = []
serde = ["dep:serde"]

[lib]
name = "redstr"
crate-type = ["rlib"]
path = "src/lib.rs"

[[bin]]
name = "redstr"
path = "src/main.rs"
required-features = ["cli"]

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

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

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

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

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

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

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

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

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

[[bench]]
name = "transformations"
path = "benches/transformations.rs"
harness = false

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

[dev-dependencies.cc-check]
version = "0.1"

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