[package]
edition = "2021"
rust-version = "1.88.0"
name = "parlov"
version = "0.2.0"
build = false
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"
license = "MIT OR Apache-2.0"
[[bin]]
name = "parlov"
path = "src/main.rs"
[[test]]
name = "delete_server_sanity"
path = "tests/delete_server_sanity.rs"
[[test]]
name = "delete_server_sanity_rfc"
path = "tests/delete_server_sanity_rfc.rs"
[[test]]
name = "existence_delete"
path = "tests/existence_delete.rs"
[[test]]
name = "existence_delete_snapshots"
path = "tests/existence_delete_snapshots.rs"
[[test]]
name = "existence_get"
path = "tests/existence_get.rs"
[[test]]
name = "existence_get_snapshots"
path = "tests/existence_get_snapshots.rs"
[[test]]
name = "existence_head"
path = "tests/existence_head.rs"
[[test]]
name = "existence_head_snapshots"
path = "tests/existence_head_snapshots.rs"
[[test]]
name = "existence_options"
path = "tests/existence_options.rs"
[[test]]
name = "existence_patch"
path = "tests/existence_patch.rs"
[[test]]
name = "existence_patch_snapshots"
path = "tests/existence_patch_snapshots.rs"
[[test]]
name = "existence_post"
path = "tests/existence_post.rs"
[[test]]
name = "existence_post_snapshots"
path = "tests/existence_post_snapshots.rs"
[[test]]
name = "existence_put"
path = "tests/existence_put.rs"
[[test]]
name = "existence_put_snapshots"
path = "tests/existence_put_snapshots.rs"
[[test]]
name = "existence_trace"
path = "tests/existence_trace.rs"
[[test]]
name = "get_server_sanity"
path = "tests/get_server_sanity.rs"
[[test]]
name = "get_server_sanity_rfc"
path = "tests/get_server_sanity_rfc.rs"
[[test]]
name = "head_server_sanity"
path = "tests/head_server_sanity.rs"
[[test]]
name = "options_server_sanity"
path = "tests/options_server_sanity.rs"
[[test]]
name = "patch_server_sanity"
path = "tests/patch_server_sanity.rs"
[[test]]
name = "patch_server_sanity_rfc"
path = "tests/patch_server_sanity_rfc.rs"
[[test]]
name = "post_server_sanity"
path = "tests/post_server_sanity.rs"
[[test]]
name = "post_server_sanity_cross"
path = "tests/post_server_sanity_cross.rs"
[[test]]
name = "post_server_sanity_rfc"
path = "tests/post_server_sanity_rfc.rs"
[[test]]
name = "put_server_sanity"
path = "tests/put_server_sanity.rs"
[[test]]
name = "put_server_sanity_rfc"
path = "tests/put_server_sanity_rfc.rs"
[[test]]
name = "trace_server_sanity"
path = "tests/trace_server_sanity.rs"
[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.2.0"
[dependencies.parlov-core]
version = "=0.2.0"
[dependencies.parlov-output]
version = "=0.2.0"
[dependencies.parlov-probe]
version = "=0.1.1"
[dependencies.tokio]
version = "=1.50.0"
features = ["full"]
[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.insta]
version = "=1.46.3"
features = ["json"]
[dev-dependencies.parlov-analysis]
version = "=0.2.0"
[dev-dependencies.parlov-core]
version = "=0.2.0"
[dev-dependencies.parlov-probe]
version = "=0.1.1"
[dev-dependencies.reqwest]
version = "=0.13.2"
features = ["json"]
[dev-dependencies.serde_json]
version = "=1.0.149"
[dev-dependencies.tokio]
version = "=1.50.0"
features = ["full"]