handshake-encoding 0.1.1

Encoding Library for Handshake
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "encodings"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c0ed3eeed470393a6ab324a385923fab09beefe93c65a31fa72f3bee44efb96"

[[package]]
name = "extended-primitives"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c9fce46b76444eb0c5ccf13cf1cf176ab5b841fc0d4dc593dc9554659358492"
dependencies = [
 "encodings",
]

[[package]]
name = "handshake-encoding"
version = "0.1.1"
dependencies = [
 "encodings",
 "extended-primitives",
]