libmimalloc-sys2 0.1.53

Sys crate wrapping the mimalloc 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 = "2018"
name = "libmimalloc-sys2"
version = "0.1.53"
authors = [
    "Octavian Oncescu <octavonce@gmail.com>",
    "Long Yinan <lynweklm@gmail.com>",
]
build = "build.rs"
links = "mimalloc_sys2"
exclude = [
    "/c_src/mimalloc/bin",
    "/c_src/mimalloc/doc",
    "/c_src/mimalloc/docs",
    "/c_src/mimalloc/ide",
    "/c_src/mimalloc/test",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sys crate wrapping the mimalloc allocator"
readme = false
keywords = [
    "allocator",
    "encrypted-heap",
    "performance",
]
categories = [
    "memory-management",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/napi-rs/mimalloc-safe/tree/master/libmimalloc-sys"
resolver = "2"

[package.metadata.docs.rs]
features = ["extended"]

[features]
arena = []
asm = []
etw = []
extended = ["cty"]
local_dynamic_tls = []
no_opt_arch = []
no_thp = []
override = []
secure = []
skip_collect_on_exit = []
v3 = []

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

[dependencies.cty]
version = "0.2"
optional = true

[dependencies.libc]
version = "0.2"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.cmake]
version = "0.1"