jemalloc-ctl 0.3.3

A safe wrapper over jemalloc's control and introspection APIs
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]
name = "jemalloc-ctl"
version = "0.3.3"
authors = ["Steven Fackler <sfackler@gmail.com>", "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>"]
description = "A safe wrapper over jemalloc's control and introspection APIs\n"
homepage = "https://github.com/gnzlbg/jemallocator"
documentation = "https://docs.rs/jemalloc-ctl"
readme = "README.md"
keywords = ["allocator", "jemalloc"]
categories = ["memory-management", "api-bindings", "development-tools"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gnzlbg/jemallocator"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "jemallocator_docs"]
[dependencies.jemalloc-sys]
version = "0.3.2"

[dependencies.libc]
version = "0.2"
default-features = false

[dependencies.paste]
version = "0.1"
[dev-dependencies.jemallocator]
version = "0.3.2"

[features]
default = []
use_std = ["libc/use_std"]
[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"