version = 3
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "haz-alloc"
version = "0.1.0"
dependencies = [
"cfg-if",
"haz-alloc-core",
"haz-alloc-internal",
"winapi",
]
[[package]]
name = "haz-alloc-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "810b4d6b148ca3e292d67c960d544e1a859ee96f576e430171de396f386f2a62"
dependencies = [
"haz-alloc-internal",
]
[[package]]
name = "haz-alloc-internal"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a05b29d69926d7c7d39cf23aadbc041973bfbc7b937115d0bc2706baba4769f2"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"