version = 4
[[package]]
name = "ample"
version = "0.1.128"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caf7924b7f0bc5ddc5b8c05f95e35a463b1fdbc9c8549f4cb6328c05a3f2093a"
dependencies = [
"cc",
]
[[package]]
name = "cc"
version = "1.2.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
dependencies = [
"find-msvc-tools",
"shlex",
]
[[package]]
name = "find-msvc-tools"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "userspace"
version = "0.1.128"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3975be38c671d598936e3e7e1d274bb0a71946f3f5a6c3efe641ee35a3cace00"
dependencies = [
"ample",
"cc",
"userspace_build",
]
[[package]]
name = "userspace_build"
version = "0.1.128"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97c9feec6f7038d7eabec61cd8ce1f73db1ff98285af52b347d38da86895768a"
dependencies = [
"ample",
"cc",
]
[[package]]
name = "webspace"
version = "0.0.1"
dependencies = [
"ample",
"cc",
"userspace",
"userspace_build",
]