qadapt 1.0.4

The Quick And Dirty Allocation Profiling Tool
Documentation
[package]
name = "qadapt"
version = "1.0.4"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "The Quick And Dirty Allocation Profiling Tool"
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"
edition = "2018"

[badges]
maintenance = { status = "deprecated" }

[dependencies]
spin = "0.5"
thread-id = "3.3"
qadapt-macro = { version = "1.0.2", path = "./qadapt-macro" }

[dev-dependencies]
futures = "0.1"