blockset 0.4.0

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.0"
dependencies = [
 "blockset-lib",
 "io-impl",
]

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

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

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

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