# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "unkai" version = "0.2.0" authors = ["Ruihang Xia "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Unkai is a tool set for Rust's memory allocation APIs mainly focus on tracking and conditional analyzing / limiting memory usage. """ readme = "README.md" keywords = ["allocator"] categories = ["memory-management"] license = "MIT" repository = "https://github.com/waynexia/unkai" [profile.bench] debug = 2 [profile.dev] debug = 2 [lib] name = "unkai" path = "src/lib.rs" [[example]] name = "allocator" path = "examples/allocator.rs" [[example]] name = "collections" path = "examples/collections.rs" [[bench]] name = "jemalloc_global" path = "benches/jemalloc_global.rs" harness = false [[bench]] name = "unkai_jemalloc_global" path = "benches/unkai_jemalloc_global.rs" harness = false [dependencies.backtrace] version = "0.3.66" [dependencies.dashmap] version = "5.4.0" [dependencies.once_cell] version = "1.14.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.tikv-jemallocator] version = "0.5.0"