[go: up one dir, main page]

mimalloc 0.1.30

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.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"

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

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