version = 4
[[package]]
name = "cc"
version = "1.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42bc4aea80032b7bf409b0bc7ccad88853858911b7713a8062fdc0623867bedc"
dependencies = [
"shlex",
]
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
[[package]]
name = "libmimalloc-sys"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66b3a22e455d096e89dbb15f2b696f5f42d5b0060e376b49aba8a52b4473516a"
dependencies = [
"cc",
"cty",
]
[[package]]
name = "mimalloc"
version = "0.1.49"
dependencies = [
"libmimalloc-sys",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"