qadapt/qadapt-macro/Cargo.toml

22 lines
530 B
TOML
Raw Normal View History

[package]
name = "qadapt-macro"
2018-11-15 23:08:02 -05:00
version = "0.5.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "The Quick And Dirty Allocation Profiling Tool - Support Macros"
license = "Apache-2.0"
readme = "README.md"
categories = [
"development-tools",
"development-tools::debugging",
"development-tools::profiling",
"development-tools::testing",
"memory-management"
]
repository = "https://github.com/bspeice/qadapt.git"
2018-11-15 20:16:49 -05:00
[badges]
2018-11-15 20:18:24 -05:00
maintenance = { static = "actively-developed" }
2018-11-15 20:16:49 -05:00
[lib]
proc-macro = true