[package]
edition = "2024"
name = "agency-proxy-protocol"
version = "0.1.4"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Versioned wire protocol shared by AgencyProxy clients and servers"
homepage = "https://github.com/pathscale/agencyproxy"
readme = false
license = "Apache-2.0"
repository = "https://github.com/pathscale/agencyproxy"
[lib]
name = "agency_proxy_protocol"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"