mimalloc3-rs 0.0.5

mimalloc is a compact general purpose allocator with excellent performance.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cc"
version = "1.2.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
dependencies = [
 "shlex",
]

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

[[package]]
name = "libmimalloc3-sys"
version = "3.1.6-dev2+639b73e"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0da429a8ff2afd568726d94e6f37c71ebf68a0f44f533d775cf942d1a182dfbc"
dependencies = [
 "cmake",
]

[[package]]
name = "mimalloc3-rs"
version = "0.0.5"
dependencies = [
 "libmimalloc3-sys",
]

[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"