prikk-object 0.1.0

Prikk object identity, canonical encoding, and object payload types.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "prikk-error"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ad2bd9e0aad9b5b01f32d9f24ae569de93541fe0b1006a5d6419f6e8fe58c42"

[[package]]
name = "prikk-hash"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd832a2ab8273afe5e14ce98fa34c2ab0f20d871139f338447f7e799b494a8d3"

[[package]]
name = "prikk-object"
version = "0.1.0"
dependencies = [
 "prikk-error",
 "prikk-hash",
]