[go: up one dir, main page]

mimalloc 0.1.35

Performance and security oriented drop-in allocator
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cc"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"

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

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

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