parlov 0.8.0

HTTP oracle detection tool — systematic probing for RFC-compliant information leakage.
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.88.0"
name = "parlov"
version = "0.8.0"
authors = ["Ethan <ethan@gnu.foo>"]
build = false
exclude = [
    "tests/",
    "internal/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP oracle detection tool — systematic probing for RFC-compliant information leakage."
homepage = "https://gnu.foo/projects/parlov"
documentation = "https://docs.rs/parlov"
readme = "README.md"
keywords = [
    "http",
    "oracle",
    "security",
    "enumeration",
    "pentest",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gnufood/parlov"

[features]
demo = [
    "dep:axum",
    "dep:serde_json",
]

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

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

[[example]]
name = "demo_server"
path = "examples/demo_server.rs"
required-features = ["demo"]

[dependencies.axum]
version = "=0.8.8"
optional = true

[dependencies.bytes]
version = "=1.11.1"

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

[dependencies.http]
version = "=1.4.0"

[dependencies.parlov-analysis]
version = "=0.7.0"

[dependencies.parlov-core]
version = "=0.7.0"

[dependencies.parlov-elicit]
version = "=0.5.0"

[dependencies.parlov-output]
version = "=0.8.0"

[dependencies.parlov-probe]
version = "=0.3.0"

[dependencies.serde_json]
version = "=1.0.149"
optional = true

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

[dependencies.tracing]
version = "=0.1.41"

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

[dev-dependencies.axum]
version = "=0.8.8"

[dev-dependencies.bytes]
version = "=1.11.1"

[dev-dependencies.http]
version = "=1.4.0"

[dev-dependencies.httpdate]
version = "=1.0.3"

[dev-dependencies.insta]
version = "=1.46.3"
features = ["json"]

[dev-dependencies.parlov-analysis]
version = "=0.7.0"

[dev-dependencies.parlov-core]
version = "=0.7.0"

[dev-dependencies.parlov-elicit]
version = "=0.5.0"

[dev-dependencies.parlov-probe]
version = "=0.3.0"

[dev-dependencies.proptest]
version = "=1.11.0"

[dev-dependencies.reqwest]
version = "=0.13.3"
features = ["json"]

[dev-dependencies.serde_json]
version = "=1.0.149"

[dev-dependencies.thiserror]
version = "=2.0.18"

[dev-dependencies.tokio]
version = "=1.50.0"
features = ["full"]