mimalloc 0.1.12

Performance and security oriented drop-in allocator
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cc"
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"

[[package]]
name = "cmake"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62"
dependencies = [
 "cc",
]

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

[[package]]
name = "libmimalloc-sys"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cc0c6c08cecf3766641f1e60072a9031fb60567c3dd08e5374fffbf198ea96b"
dependencies = [
 "cmake",
 "libc",
]

[[package]]
name = "mimalloc"
version = "0.1.12"
dependencies = [
 "libc",
 "libmimalloc-sys",
]