ret2script 1.8.10

Checker script runner for Ret2Shell - A feature-riches CTF challenge platform.
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.89.0"
name = "ret2script"
version = "1.8.10"
authors = ["Reverier-Xu <reverier.xu@woooo.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Checker script runner for Ret2Shell - A feature-riches CTF challenge platform."
homepage = "https://github.com/ret2shell/ret2script"
documentation = "https://docs.rs/ret2script"
readme = "README.md"
keywords = [
    "ctf",
    "challenge",
    "rune",
    "script",
]
license = "MIT"
repository = "https://github.com/ret2shell/ret2script"

[features]
binary = [
    "dep:clap",
    "dep:anyhow",
    "dep:owo-colors",
]
default = ["binary"]

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

[[bin]]
name = "ret2script"
path = "src/main.rs"
required-features = ["binary"]

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.nanoid]
version = "0.5"

[dependencies.once_cell]
version = "1.21"

[dependencies.owo-colors]
version = "4.2"
optional = true

[dependencies.regex]
version = "1.12"

[dependencies.ring]
version = "0.17"

[dependencies.rune]
version = "0.14"
features = [
    "workspace",
    "tokio",
]

[dependencies.rune-modules]
version = "0.14"
features = ["full"]

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.52"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.23"
features = ["v4"]