# 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 = "lock_pool" version = "0.2.0" authors = ["Clelland Green "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "Robust, efficient, high performance, asynchronous object pooling" readme = "README.md" keywords = [ "no_std", "no_alloc", "non-blocking", "embedded", "pool", ] categories = [ "concurrency", "asynchronous", "no-std::no-alloc", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/IronVelo/lock_pool" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", "--generate-link-to-definition", ] targets = ["x86_64-unknown-linux-gnu"] [profile.bench] opt-level = 3 lto = true debug = 0 incremental = false [profile.release] opt-level = 3 lto = true debug = 0 [[bench]] name = "try_get" harness = false [[bench]] name = "get" harness = false [[bench]] name = "relative" harness = false [dependencies.ref_count] version = "0.1.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.object-pool] version = "0.5.4" [features] alloc = [] std = ["ref_count/std"] [target."cfg(loom)".dependencies.loom] version = "0.7.1" features = [ "futures", "checkpoint", ]