mimalloc-safe 0.1.57

Performance and security oriented drop-in allocator
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 = "2021"
name = "mimalloc-safe"
version = "0.1.57"
authors = [
    "Octavian Oncescu <octavonce@gmail.com>",
    "Vincent Rouillé <vincent@speedy37.fr>",
    "Thom Chiovoloni <chiovolonit@gmail.com>",
    "Long Yinan <lynweklm@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Performance and security oriented drop-in allocator"
readme = "README.md"
keywords = [
    "mimalloc",
    "allocator",
    "encrypted-heap",
    "performance",
]
categories = [
    "memory-management",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/napi-rs/mimalloc-safe"

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

[features]
asm = ["libmimalloc-sys2/asm"]
default = []
etw = ["libmimalloc-sys2/etw"]
extended = ["libmimalloc-sys2/extended"]
local_dynamic_tls = ["libmimalloc-sys2/local_dynamic_tls"]
no_opt_arch = ["libmimalloc-sys2/no_opt_arch"]
no_thp = ["libmimalloc-sys2/no_thp"]
override = ["libmimalloc-sys2/override"]
secure = ["libmimalloc-sys2/secure"]
skip_collect_on_exit = ["libmimalloc-sys2/skip_collect_on_exit"]
v3 = ["libmimalloc-sys2/v3"]

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

[dependencies.libmimalloc-sys2]
version = "0.1.53"
default-features = false