2018-09-21 22:34:42 -04:00
|
|
|
[package]
|
|
|
|
name = "qadapt"
|
2018-12-03 23:13:24 -05:00
|
|
|
version = "0.7.1"
|
2018-09-21 22:34:42 -04:00
|
|
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
|
|
|
description = "The Quick And Dirty Allocation Profiling Tool"
|
2018-09-22 19:59:04 -04:00
|
|
|
license = "Apache-2.0"
|
2018-09-23 12:45:00 -04:00
|
|
|
readme = "README.md"
|
2018-11-11 22:34:05 -05:00
|
|
|
categories = [
|
|
|
|
"development-tools",
|
|
|
|
"development-tools::debugging",
|
|
|
|
"development-tools::profiling",
|
|
|
|
"development-tools::testing",
|
|
|
|
"memory-management"
|
|
|
|
]
|
2018-09-23 12:45:00 -04:00
|
|
|
repository = "https://github.com/bspeice/qadapt.git"
|
2018-12-06 22:11:03 -05:00
|
|
|
edition = "2018"
|
2018-09-21 22:34:42 -04:00
|
|
|
|
2018-11-15 20:16:49 -05:00
|
|
|
[badges]
|
2018-11-15 20:18:24 -05:00
|
|
|
maintenance = { status = "actively-developed" }
|
2018-11-15 20:16:49 -05:00
|
|
|
|
2018-09-21 22:34:42 -04:00
|
|
|
[dependencies]
|
2018-11-05 21:58:33 -05:00
|
|
|
libc = "0.2"
|
2018-12-06 22:00:30 -05:00
|
|
|
spin = { git = "https://github.com/bspeice/spin-rs.git" }
|
2018-11-14 23:38:21 -05:00
|
|
|
thread-id = "3.3"
|
|
|
|
|
2018-12-03 23:13:24 -05:00
|
|
|
qadapt-macro = { version = "0.7.1", path = "./qadapt-macro" }
|
2018-12-08 18:05:46 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
futures = "0.1"
|