version = 3
[[package]]
name = "blockset"
version = "0.6.0"
dependencies = [
"blockset-lib",
"io-impl",
]
[[package]]
name = "blockset-lib"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7e2c1966b278e3451383befba463c45bd036e7f6f9f14c171ba999aa974b6f1"
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.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "nanvm-lib"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "987450bb7c4ba19ec35977308f75558fd51f537c84daa0ecd7ac9a5f5a2540df"
dependencies = [
"io-trait",
]