# 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.75" name = "deadpool" version = "0.12.1" authors = ["Michael P. Jung "] description = "Dead simple async pool" readme = "README.md" keywords = [ "async", "database", "pool", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bikeshedder/deadpool" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "managed" harness = false [[bench]] name = "unmanaged" harness = false [dependencies.deadpool-runtime] version = "0.1" [dependencies.num_cpus] version = "1.11.1" [dependencies.serde] version = "1.0.103" features = ["derive"] optional = true [dependencies.tokio] version = "1.0" features = ["sync"] [dev-dependencies.async-std] version = "1.0" features = ["attributes"] [dev-dependencies.config] version = "0.14" features = ["json"] [dev-dependencies.criterion] version = "0.5" features = [ "html_reports", "async_tokio", ] [dev-dependencies.itertools] version = "0.12" [dev-dependencies.tokio] version = "1.5.0" features = [ "macros", "rt", "rt-multi-thread", "time", ] [features] default = [ "managed", "unmanaged", ] managed = [] rt_async-std_1 = ["deadpool-runtime/async-std_1"] rt_tokio_1 = ["deadpool-runtime/tokio_1"] unmanaged = []