better_mimalloc_sys 0.1.0

Sys crate wrapping mimalloc (dev-branch fork for better_mimalloc_rs)
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 = "better_mimalloc_sys"
version = "0.1.0"
authors = ["Octavian Oncescu <octavonce@gmail.com>"]
build = "build.rs"
links = "mimalloc"
exclude = [
    "/c_src/mimalloc/bin",
    "/c_src/mimalloc/cmake",
    "/c_src/mimalloc/contrib",
    "/c_src/mimalloc/doc",
    "/c_src/mimalloc/docs",
    "/c_src/mimalloc/ide",
    "/c_src/mimalloc/test",
    "/c_src/mimalloc/.git",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sys crate wrapping mimalloc (dev-branch fork for better_mimalloc_rs)"
readme = false
keywords = [
    "allocator",
    "encrypted-heap",
    "performance",
]
categories = [
    "memory-management",
    "api-bindings",
]
license = "MIT"

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

[features]
arena = []
debug = []
debug_in_debug = []
extended = ["cty"]
local_dynamic_tls = []
no_thp = []
override = []
secure = []

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

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

[dependencies.libc]
version = "0.2"

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