# 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 = "easy-pool" version = "0.2.7" authors = ["Netskillz "] description = "An easy way to reuse your objects without reallocating memory every time." readme = "README.md" keywords = [ "pool", "memory", "cache", "recycle", "allocate", ] categories = [ "memory-management", "caching", ] license = "MIT" repository = "https://github.com/netskillzgh/easy-pool" resolver = "2" [[example]] name = "simple" [[example]] name = "complex" [[bench]] name = "bench" harness = false [dependencies.crossbeam] version = "0.8.1" [dependencies.easy_pool_proc_macro] version = "0.1.0" [dependencies.once_cell] version = "1.13.0" [dependencies.parking_lot] version = "0.12.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rayon] version = "1.5.1"