mimallocator 0.1.3

A Rust allocator backed by mimalloc
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 = "mimallocator"
version = "0.1.3"
authors = ["gnzlbg <gonzalobg88@gmail.com>"]
description = "A Rust allocator backed by mimalloc\n"
homepage = "https://github.com/gnzlbg/mimallocator"
documentation = "https://docs.rs/mimallocator"
keywords = ["allocator", "mimalloc"]
categories = ["memory-management", "api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gnzlbg/mimallocator"
[dependencies.mimalloc-sys]
version = "0.1"

[features]
check_full = ["mimalloc-sys/check_full"]
default = []
secure = ["mimalloc-sys/secure"]
stats = ["mimalloc-sys/stats"]
[badges.is-it-maintained-issue-resolution]
repository = "gnzlbg/mimallocator"

[badges.is-it-maintained-open-issues]
repository = "gnzlbg/mimallocator"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "gnzlbg/mimallocator"