# 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 = "lazy-pool" version = "2.0.0" authors = ["Giorgos Georgiou "] description = "Experimental lazy object pool" readme = "./README.md" license = "Apache-2.0" repository = "https://github.com/behos/lazy-pool" [dependencies.futures] version = "0.3" [dependencies.log] version = "~0" [dependencies.thiserror] version = "1.0.43" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.futures-timer] version = "3.0.2" [dev-dependencies.test-log] version = "0.2.12" [dev-dependencies.tokio] version = "1.29.1" features = [ "macros", "rt", ] [dev-dependencies.uuid] version = "~0" features = ["v4"]