| # 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.43" |
| authors = [ |
| "Octavian Oncescu <[email protected]>", |
| "Vincent Rouillé <[email protected]>", |
| "Thom Chiovoloni <[email protected]>", |
| ] |
| 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.39" |
| default-features = false |
| |
| [features] |
| debug = ["libmimalloc-sys/debug"] |
| debug_in_debug = ["libmimalloc-sys/debug_in_debug"] |
| default = [] |
| extended = ["libmimalloc-sys/extended"] |
| local_dynamic_tls = ["libmimalloc-sys/local_dynamic_tls"] |
| no_thp = ["libmimalloc-sys/no_thp"] |
| override = ["libmimalloc-sys/override"] |
| secure = ["libmimalloc-sys/secure"] |
| |
| [badges.travis-ci] |
| repository = "purpleprotocol/mimalloc_rust" |