bc-mimalloc 0.1.48

Performance and security oriented drop-in allocator (updated to v2.2.7 and v3.2.8, respectively)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "bc-mimalloc"
version = "0.1.48"
authors = [
    "Octavian Oncescu <octavonce@gmail.com>",
    "Vincent Rouillé <vincent@speedy37.fr>",
    "Thom Chiovoloni <chiovolonit@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Performance and security oriented drop-in allocator (updated to v2.2.7 and v3.2.8, respectively)"
readme = "README.md"
keywords = [
    "mimalloc",
    "allocator",
    "encrypted-heap",
    "performance",
]
categories = [
    "memory-management",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/leshow/mimalloc_rust"

[badges.travis-ci]
repository = "purpleprotocol/mimalloc_rust"

[features]
debug = ["libmimalloc-sys/debug"]
debug_in_debug = ["libmimalloc-sys/debug_in_debug"]
default = []
extended = ["libmimalloc-sys/extended"]
local_dynamic_tls = ["libmimalloc-sys/local_dynamic_tls"]
no_thp = ["libmimalloc-sys/no_thp"]
override = ["libmimalloc-sys/override"]
secure = ["libmimalloc-sys/secure"]
v3 = ["libmimalloc-sys/v3"]

[lib]
name = "bc_mimalloc"
path = "src/lib.rs"

[dependencies.libmimalloc-sys]
version = "0.1.44"
default-features = false
package = "bc-libmimalloc-sys"