# 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_async_spawn" version = "0.1.0" description = "spawn non-static futures" license = "MPL-2.0" repository = "https://github.com/wishawa/async_ui" resolver = "1" [dependencies.pin-cell] version = "0.2.0" [dependencies.pin-project-lite] version = "0.2.9" [dependencies.pin-weak] version = "1.1.0" [dependencies.scoped-tls] version = "1.0.0" [dependencies.smallvec] version = "1.9.0" features = [ "union", "const_generics", ] [dev-dependencies.pin-utils] version = "0.1"