blockset 0.3.6

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

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

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

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

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