stdcode 0.1.11

Collection of serialization-related utilities for Themelio
Documentation
[package]
name = "stdcode"
description = "Collection of serialization-related utilities for Themelio"
version = "0.1.11"
authors = ["Themelio Labs"]
edition = "2018"
license = "ISC"
repository = "https://github.com/themeliolabs/themelio-utils"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bincode = "1.3.3"
hex = "0.4.3"
serde_with = "1"
bytes = "1.2.1"

[dependencies.serde]
version = "1.0.133"
features = ["derive"]