jam-types 0.1.21

JAM protocol datatypes for interoperation between node internals, services and authorizers
Documentation
[package]
name = "jam-types"
version.workspace = true
authors.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
publish = true
description = "JAM protocol datatypes for interoperation between node internals, services and authorizers"

[lints]
workspace = true

[dependencies]
scale = { workspace = true }
bounded-collections = { workspace = true }
macro_rules_attribute = "0.2"
atomic-traits = "0.4"

[features]
default = ["std"]
tiny = []
std = ["scale/std", "bounded-collections/std"]