[package] name = "qadapt" version = "0.3.0" authors = ["Bradlee Speice "] description = "The Quick And Dirty Allocation Profiling Tool" license = "Apache-2.0" readme = "README.md" categories = ["allocator", "nostd"] repository = "https://github.com/bspeice/qadapt.git" [dependencies] backtrace = "0.3" libc = "0.2" log = "0.4" spin = "0.4"