File: Cargo.toml.orig

package info (click to toggle)
rust-malloc-size-of 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 148 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "malloc_size_of"
description = "A an allocator-agnostic crate for measuring the heap size of a value"
version = "0.1.1"
authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/malloc_size_of"
edition = "2021"
rust-version = "1.56"

[features]
default = ["std"]
std = []

[dependencies]
void = { version = "1.0.2", optional = true }