| # 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 = "jemalloc-sys" |
| version = "0.3.2" |
| authors = ["Alex Crichton <[email protected]>", "Gonzalo Brito Gadeschi <[email protected]>"] |
| build = "build.rs" |
| links = "jemalloc" |
| description = "Rust FFI bindings to jemalloc\n" |
| homepage = "https://github.com/gnzlbg/jemallocator" |
| documentation = "https://docs.rs/jemallocator-sys" |
| readme = "README.md" |
| keywords = ["allocator", "jemalloc"] |
| license = "MIT/Apache-2.0" |
| repository = "https://github.com/gnzlbg/jemallocator" |
| [package.metadata.docs.rs] |
| rustdoc-args = ["--cfg", "jemallocator_docs"] |
| |
| [lib] |
| test = false |
| bench = false |
| [dependencies.libc] |
| version = "^0.2.8" |
| default-features = false |
| [build-dependencies.cc] |
| version = "^1.0.13" |
| |
| [build-dependencies.fs_extra] |
| version = "^1.1" |
| |
| [features] |
| background_threads = ["background_threads_runtime_support"] |
| background_threads_runtime_support = [] |
| debug = [] |
| default = ["background_threads_runtime_support"] |
| disable_initial_exec_tls = [] |
| profiling = [] |
| stats = [] |
| unprefixed_malloc_on_supported_platforms = [] |
| [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" |