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

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

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

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

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

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