[go: up one dir, main page]

mimalloc 0.1.3

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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "mimalloc"
version = "0.1.3"
authors = ["Octavian Oncescu <octavonce@gmail.com>", "Vincent Rouillé <vincent@speedy37.fr>"]
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.libc]
version = "0.2"

[dependencies.libmimalloc-sys]
version = "0.1.2"

[features]
default = ["secure"]
secure = ["libmimalloc-sys/secure"]
[badges.travis-ci]
repository = "purpleprotocol/mimalloc_rust"