canonical_collections 0.2.1

Data structures for use with Canonical
Documentation
[package]
name = "canonical_collections"
version = "0.2.1"
authors = ["Kristoffer Ström <kristoffer@dusk.network>"]
edition = "2018"
readme = "README.md"
repository = "https://github.com/dusk-network/canonical/canon_collections"
keywords = ["canon", "serialisation", "no_std", "ffi", "database"]
description = "Data structures for use with Canonical"
license = "MPL-2.0"

[dependencies]
canonical_derive = { path = "../canon_derive", version = "0.2.1" }
canonical = { path = "../canon", version = "0.2.1" }

[dev-dependencies]
canonical_host = { path = "../canon_host", version = "0.2.1" }

[features]
host = ["canonical/host"]