[package]
name = "tailfeather-testkit"
description = "Portable offline vectors, replay checks, and reports for tailfeather"
readme = "README.md"
keywords = ["tailscale", "testing", "conformance"]
categories = ["development-tools::testing", "network-programming"]
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version = "0.0.1"
[lib]
name = "tailfeather_testkit"
[[bin]]
name = "tailfeather-testkit"
path = "src/main.rs"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
tailfeather.workspace = true