# 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 = "feanor-mempool" version = "2.1.0" authors = ["Simon Pohmann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple interface to memory allocation and pooling, designed for use by feanor-math." homepage = "https://github.com/FeanorTheElf/feanor-mempool" readme = "Readme.md" keywords = [ "pool", "memory", "allocation", ] license = "MIT" repository = "https://github.com/FeanorTheElf/feanor-mempool" [profile.profiling] debug = 2 panic = "abort" inherits = "bench" [lib] name = "feanor_mempool" crate-type = ["rlib"] path = "src/lib.rs" bench = true [dependencies.thread_local] version = "1.1.8" [features] disable_print_warnings = [] [badges.maintenance] status = "actively-developed"