respdiff 0.2.0

Trait-based differential response analysis and probe learning for HTTP scanning.
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.85"
name = "respdiff"
version = "0.2.0"
authors = ["Corum Collective LLC <engineering@corumcollective.com>"]
build = false
exclude = ["target/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trait-based differential response analysis and probe learning for HTTP scanning."
readme = "README.md"
keywords = [
    "diff",
    "http",
    "security",
    "scanner",
    "analysis",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/santhsecurity/respdiff"

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

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

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

[[test]]
name = "adversarial"
path = "tests/adversarial.rs"

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

[dependencies.serde_json]
version = "1"