linera-jemalloc-ctl 0.6.1

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 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 = "linera-jemalloc-ctl"
version = "0.6.1"
authors = [
    "Steven Fackler <sfackler@gmail.com>",
    "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>",
    "The TiKV Project Developers",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A safe wrapper over jemalloc's control and introspection APIs
"""
homepage = "https://github.com/linera-io/jemallocator"
documentation = "https://docs.rs/linera-jemalloc-ctl"
readme = "README.md"
keywords = [
    "allocator",
    "jemalloc",
]
categories = [
    "memory-management",
    "api-bindings",
    "development-tools",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/linera-io/jemallocator"

[package.metadata.docs.rs]
features = [
    "stats",
    "profiling",
    "use_std",
]
rustdoc-args = [
    "--cfg",
    "jemallocator_docs",
]

[badges.codecov]
repository = "linera-io/jemallocator"

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

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

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

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

[features]
default = []
disable_initial_exec_tls = ["linera-jemalloc-sys/disable_initial_exec_tls"]
profiling = ["linera-jemalloc-sys/profiling"]
stats = ["linera-jemalloc-sys/stats"]
use_std = ["libc/use_std"]

[lib]
name = "linera_jemalloc_ctl"
path = "src/lib.rs"

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

[dependencies.linera-jemalloc-sys]
version = "0.6.1"

[dependencies.paste]
version = "1"

[dev-dependencies]