[[bin]]
name = "wtcat"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.quinn]
version = "0.11"
[dependencies.reqwest]
features = ["json"]
version = "0.12"
[dependencies.rustls]
features = ["ring"]
version = "0.23"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[lib]
name = "wtcat"
path = "src/lib.rs"
[package]
authors = ["pvr"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming", "development-tools"]
description = "WebTransport CLI client for testing - like wscat for WebSocket"
documentation = "https://docs.rs/wtcat"
edition = "2021"
homepage = "https://github.com/pervrosen/wtcat"
keywords = ["webtransport", "http3", "quic", "cli", "testing"]
license = "MIT"
name = "wtcat"
readme = "README.md"
repository = "https://github.com/pervrosen/wtcat"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = false
features = ["std"]