# 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" rust-version = "1.62.0" name = "pseudo_pool" version = "0.1.1" authors = ["Evan Williams "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pool-like collection that automatically returns objects to the pool & blocks when the pool is empty" readme = "README.md" keywords = [ "blocking", "pool", "object-pool", ] categories = [ "concurrency", "memory-management", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/evanjpw/pseudo_pool.git" [lib] name = "pseudo_pool" path = "src/lib.rs" [dependencies.crossbeam-channel] version = "0.5.13" features = ["std"] [dependencies.thiserror] version = "1.0.63" [dependencies.uuid] version = "1.10.0" features = ["v4"] [features] default = ["std"] std = ["crossbeam-channel/std"]