serde-scale 0.2.0

Serde serializer and deserializer for the SCALE encoding
Documentation
[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.116"

[features]
alloc = ["serde/alloc"]
default = ["std"]
std = ["alloc", "serde/std"]

[package]
authors = ["Stephane Raux <stephaneyfx@gmail.com>"]
description = "Serde serializer and deserializer for the SCALE encoding"
edition = "2018"
homepage = "https://github.com/stephaneyfx/serde-scale"
keywords = ["serde", "scale", "serialization", "substrate"]
license = "Zlib"
name = "serde-scale"
readme = "README.md"
repository = "https://github.com/stephaneyfx/serde-scale.git"
version = "0.2.0"