# 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 = "bump_future" version = "0.1.0" authors = ["yan4rust "] build = false exclude = [ "/.github/*", "/benches", "/tests", "/.vscode", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Type Erased Future Stored In Bump" homepage = "https://github.com/yan4rust/bump_future" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/yan4rust/bump_future" [lib] name = "bump_future" path = "src/lib.rs" [[example]] name = "hyper_server" path = "examples/hyper_server/main.rs" [dependencies.bumpalo] version = "3.16.0" [dependencies.crossbeam-queue] version = "0.3.11" [dependencies.once_cell] version = "1.20.2" [dependencies.sptr] version = "0.3.2" [dependencies.tokio] version = "1.40.0" features = [ "rt", "sync", ] [dev-dependencies.anyhow] version = "1.0.91" [dev-dependencies.bytes] version = "1.8.0" [dev-dependencies.clap] version = "4.5.20" features = ["derive"] [dev-dependencies.http] version = "1.1.0" [dev-dependencies.http-body] version = "1.0.1" [dev-dependencies.http-body-util] version = "0.1.2" [dev-dependencies.hyper] version = "1.5.0" features = [ "http1", "server", ] [dev-dependencies.hyper-util] version = "0.1.9" features = ["tokio"] [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.tokio-util] version = "0.7.12"