jemallocator-global 0.3.2

Sets `jemalloc` as the `#[global_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 = "2015"
name = "jemallocator-global"
version = "0.3.2"
authors = ["Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>"]
description = "Sets `jemalloc` as the `#[global_allocator]`\n"
homepage = "https://github.com/gnzlbg/jemallocator"
documentation = "https://docs.rs/jemallocator-global"
readme = "README.md"
keywords = ["allocator", "jemalloc"]
categories = ["memory-management", "api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gnzlbg/jemallocator"
[dependencies.cfg-if]
version = "0.1"

[dependencies.jemallocator]
version = "0.3.2"
optional = true

[features]
default = []
force_global_jemalloc = ["jemallocator"]
[target."cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.jemallocator]
version = "0.3.2"
optional = false
[badges.appveyor]
repository = "gnzlbg/jemallocator"

[badges.codecov]
repository = "gnzlbg/jemallocator"

[badges.is-it-maintained-issue-resolution]
repository = "gnzlbg/jemallocator"

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

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

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