prikk-object 0.2.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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "883b9377e1dc5c060f52bf6dab8ac562173c50210275498f56e730161d0e5d7d"

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

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