# 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 = "scoped-futures" version = "0.1.4" build = false include = [ "**/*.rs", "Cargo.toml", "LICENSE-*", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ A utility crate for imposing upper bounds on Future lifetimes. """ homepage = "https://github.com/tlowerison/scoped-futures" readme = "README.md" keywords = [ "scope", "future", "futures", "hrtb", "liftime", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/tlowerison/scoped-futures" [lib] name = "scoped_futures" path = "src/lib.rs" [dependencies.pin-project-lite] version = "0.2" [dev-dependencies.futures] version = "0.3" features = ["executor"] default-features = false [features] alloc = [] default = ["std"] std = ["alloc"]