qadapt/qadapt-macro/Cargo.toml

23 lines
539 B
TOML
Raw Normal View History

[package]
name = "qadapt-macro"
2019-02-11 00:18:16 -05:00
version = "1.0.3"
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-12-06 22:11:03 -05:00
edition = "2018"
2018-11-15 20:16:49 -05:00
[badges]
2019-02-11 00:18:16 -05:00
maintenance = { status = "deprecated" }
2018-11-15 20:16:49 -05:00
[lib]
proc-macro = true