version = 4
[[package]]
name = "ample"
version = "0.1.0"
dependencies = [
"cc",
"kernelspace",
"userspace",
]
[[package]]
name = "cc"
version = "1.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42bc4aea80032b7bf409b0bc7ccad88853858911b7713a8062fdc0623867bedc"
dependencies = [
"shlex",
]
[[package]]
name = "kernelspace"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1119022d883a94aa372658dab1e0f8e5b0ac20697a8b94f03278eb25b2a284a4"
dependencies = [
"cc",
]
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acd18538648aeaf5ca32fd630faac75e136852f492b6b82524a1365fb823a76d"
dependencies = [
"cc",
]