# 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 = "opool" version = "0.1.1" authors = ["Khashayar Fereidani"] description = "High-performance, lock-free local and concurrent object pool with automated allocation, cleanup, and verification." documentation = "https://docs.rs/opool" readme = "README.md" keywords = [ "pool", "object-pool", "lock-free", "no_std", ] categories = [ "memory-management", "concurrency", "no-std", ] license = "MIT" repository = "https://github.com/fereidani/opool" [[bench]] name = "bench" harness = false [dependencies.crossbeam-queue] version = "0.3" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rayon] version = "1"