File: Cargo.toml.orig

package info (click to toggle)
rust-tcmalloc-sys 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: makefile: 4
file content (20 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "tcmalloc-sys"
version = "0.3.0"
authors = ["Jean-Marie Comets <jean.marie.comets@gmail.com>"]
description = "Drop-in global allocator using tcmalloc"
license = "MIT/Apache-2.0"
edition = "2018"
build = "build.rs"
links = "tcmalloc"

repository = "https://github.com/jmcomets/tcmalloc-rs"
documentation = "https://docs.rs/tcmalloc"

keywords = ["allocator"]
categories = ["memory-management"]

[lib]
test = false
doc-test = false
bench = false