canonical 0.7.1

A serialization library built for no_std environments where you want to deal with recursive datastructures.
Documentation
[dependencies.array-init]
version = "2.0"

[dependencies.blake2b_simd]
default-features = false
version = "0.3"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.dusk-varint]
version = "0.1"

[dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.canonical_derive]
version = "0.7"

[dev-dependencies.canonical_fuzz]
version = "0.7"

[package]
authors = ["Kristoffer Ström <kristoffer@dusk.network>"]
description = "A serialization library built for no_std environments where you want to deal with recursive datastructures."
edition = "2018"
keywords = ["canon", "serialisation", "no_std", "ffi", "database"]
license = "MPL-2.0"
name = "canonical"
readme = "../README.md"
repository = "https://github.com/dusk-network/canonical"
version = "0.7.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.arbitrary]
version = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.blake2b_simd]
version = "0.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.lazy_static]
version = "1.4.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.parking_lot]
version = "0.12.0"