[go: up one dir, main page]

mimalloc 0.1.33

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

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

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

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