prikk-object 0.0.1

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.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ac6d0e44f73de6419488b176f06ff706a6e09b8619ecedfd00d7008a8be8ffd"

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

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