[package] name = "openfut-http" version = "0.1.0" edition = "2021" license = "MIT" description = "Generic HTTP/1.x request-body handling shared by OpenFUT transport hosts" publish = false # No dependencies, and none wanted. This is a handful of bytes-in/bytes-out # functions over `std::io::Read`; it knows nothing about TLS, about any game, or # about which service is calling it. [dependencies]