iop-journal-proto 0.0.16

Journal-independent abstract definitions for the IOP Stack™
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "anyhow"
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"

[[package]]
name = "bit_utils"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8114dca45a04a4bdaf03de9976a3131cf954827757f971d84cd431a9f2cc26d"

[[package]]
name = "iop-journal-proto"
version = "0.0.16"
dependencies = [
 "anyhow",
 "varint",
]

[[package]]
name = "varint"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c37be5674e0be9c72790681999b0e6f09f03d3fc5d8904cfe2db615aad65887b"
dependencies = [
 "bit_utils",
]