rpmalloc 0.2.0

Cross-platform global memory allocator using rpmalloc
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cc"
version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "404b1fe4f65288577753b17e3b36a04596ee784493ec249bf81c7f2d2acd751c"

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

[[package]]
name = "pkg-config"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"

[[package]]
name = "rpmalloc"
version = "0.2.0"
dependencies = [
 "rpmalloc-sys",
]

[[package]]
name = "rpmalloc-sys"
version = "0.2.0+c4d2c05"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c0a44672448b9514eecd10fdcea583624a485fb10fa6506c81cdecf710d029b"
dependencies = [
 "cc",
 "libc",
 "pkg-config",
]