stringcheese 0.1.1

The stringcheese CTF tool rewritten in Rust
# 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 = "stringcheese"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The stringcheese CTF tool rewritten in Rust"
readme = "README.md"
keywords = [
    "CTF",
    "encoding",
    "tools",
]
license = "Apache-2.0"
repository = "https://github.com/tritoke/red-leicester-string"

[[bin]]
name = "stringcheese"
path = "src/main.rs"

[dependencies.aho-corasick]
version = "1.1.5"

[dependencies.base32]
version = "0.5.1"

[dependencies.base64]
version = "0.23.1"
features = ["std"]

[dependencies.charset]
version = "0.1.5"

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.encoding_rs]
version = "0.8.35"
features = ["alloc"]
default-features = false

[dependencies.hex]
version = "0.4.3"

[dependencies.lru]
version = "0.18.2"

[dependencies.memchr]
version = "2.8.3"
default-features = false

[dependencies.memmap]
version = "0.7.0"

[dependencies.rayon]
version = "1.12.0"

[dependencies.serde_json]
version = "1.0.151"

[dependencies.strided]
version = "0.2.9"

[dev-dependencies.rand]
version = "0.10.2"

[dev-dependencies.rstest]
version = "0.26.1"