1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "tikv-jemalloc-sys"
15version = "0.5.4+5.3.0-patched"
16authors = [
17    "Alex Crichton <[email protected]>",
18    "Gonzalo Brito Gadeschi <[email protected]>",
19    "The TiKV Project Developers",
20]
21build = "build.rs"
22links = "jemalloc"
23description = """
24Rust FFI bindings to jemalloc
25"""
26homepage = "https://github.com/tikv/jemallocator"
27documentation = "https://docs.rs/tikv-jemallocator-sys"
28readme = "README.md"
29keywords = [
30    "allocator",
31    "jemalloc",
32]
33license = "MIT/Apache-2.0"
34repository = "https://github.com/tikv/jemallocator"
35
36[package.metadata.docs.rs]
37rustdoc-args = [
38    "--cfg",
39    "jemallocator_docs",
40]
41
42[dependencies.libc]
43version = "^0.2.8"
44default-features = false
45
46[build-dependencies.cc]
47version = "^1.0.13"
48
49[features]
50background_threads = ["background_threads_runtime_support"]
51background_threads_runtime_support = []
52debug = []
53default = ["background_threads_runtime_support"]
54disable_cache_oblivious = []
55disable_initial_exec_tls = []
56profiling = []
57stats = []
58unprefixed_malloc_on_supported_platforms = []
59
60[badges.codecov]
61repository = "tikv/jemallocator"
62
63[badges.is-it-maintained-issue-resolution]
64repository = "tikv/jemallocator"
65
66[badges.is-it-maintained-open-issues]
67repository = "tikv/jemallocator"
68
69[badges.maintenance]
70status = "actively-developed"
71