blob: 0b4f3d9b962e7767f175b2ca1a820d1040d491f7 [file] [log] [blame]
# 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 = "mimalloc"
version = "0.1.37"
authors = [
"Octavian Oncescu <octavonce@gmail.com>",
"Vincent Rouillé <vincent@speedy37.fr>",
"Thom Chiovoloni <chiovolonit@gmail.com>",
]
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/purpleprotocol/mimalloc_rust"
[dependencies.libmimalloc-sys]
version = "0.1.33"
default-features = false
[features]
debug = ["libmimalloc-sys/debug"]
debug_in_debug = ["libmimalloc-sys/debug_in_debug"]
default = ["secure"]
local_dynamic_tls = ["libmimalloc-sys/local_dynamic_tls"]
override = ["libmimalloc-sys/override"]
secure = ["libmimalloc-sys/secure"]
[badges.travis-ci]
repository = "purpleprotocol/mimalloc_rust"