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-jemallocator"
15version = "0.5.4"
16authors = [
17    "Alex Crichton <[email protected]>",
18    "Gonzalo Brito Gadeschi <[email protected]>",
19    "Simon Sapin <[email protected]>",
20    "Steven Fackler <[email protected]>",
21    "The TiKV Project Developers",
22]
23description = """
24A Rust allocator backed by jemalloc
25"""
26homepage = "https://github.com/tikv/jemallocator"
27documentation = "https://docs.rs/jemallocator"
28readme = "README.md"
29keywords = [
30    "allocator",
31    "jemalloc",
32]
33categories = [
34    "memory-management",
35    "api-bindings",
36]
37license = "MIT/Apache-2.0"
38repository = "https://github.com/tikv/jemallocator"
39
40[package.metadata.docs.rs]
41features = []
42rustdoc-args = [
43    "--cfg",
44    "jemallocator_docs",
45]
46
47[lib]
48test = false
49bench = false
50
51[dependencies.libc]
52version = "^0.2.8"
53default-features = false
54
55[dependencies.tikv-jemalloc-sys]
56version = "0.5.0"
57default-features = false
58
59[dev-dependencies.paste]
60version = "1"
61
62[dev-dependencies.tikv-jemalloc-ctl]
63version = "0.5.0"
64
65[features]
66alloc_trait = []
67background_threads = ["tikv-jemalloc-sys/background_threads"]
68background_threads_runtime_support = ["tikv-jemalloc-sys/background_threads_runtime_support"]
69debug = ["tikv-jemalloc-sys/debug"]
70default = ["background_threads_runtime_support"]
71disable_initial_exec_tls = ["tikv-jemalloc-sys/disable_initial_exec_tls"]
72profiling = ["tikv-jemalloc-sys/profiling"]
73stats = ["tikv-jemalloc-sys/stats"]
74unprefixed_malloc_on_supported_platforms = ["tikv-jemalloc-sys/unprefixed_malloc_on_supported_platforms"]
75
76[badges.codecov]
77repository = "tikv/jemallocator"
78
79[badges.is-it-maintained-issue-resolution]
80repository = "tikv/jemallocator"
81
82[badges.is-it-maintained-open-issues]
83repository = "tikv/jemallocator"
84
85[badges.maintenance]
86status = "actively-developed"
87
88[badges.travis-ci]
89repository = "tikv/jemallocator"
90