blockset 0.4.1

BLOCKSET command line tool
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "blockset"
version = "0.4.1"
dependencies = [
 "blockset-lib",
 "io-impl",
]

[[package]]
name = "blockset-lib"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a95bb053540c23a868ad486cff146a80ace535ff95281ef34fc084d9925e0fc"
dependencies = [
 "io-trait",
]

[[package]]
name = "io-impl"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aaf3b07e0997c2b5c247cfb35930b69f46d7f3963b7dcf3841fc0da351e2d6f"
dependencies = [
 "io-trait",
 "libc",
]

[[package]]
name = "io-trait"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "585063b2411326568561bbaaaa25dfcbd1cfcc8552c9e8090cd1209c9b49047b"

[[package]]
name = "libc"
version = "0.2.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"