1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14rust-version = "1.47" 15name = "async-task" 16version = "4.5.0" 17authors = ["Stjepan Glavina <stjepang@gmail.com>"] 18exclude = ["/.*"] 19description = "Task abstraction for building executors" 20readme = "README.md" 21keywords = [ 22 "futures", 23 "task", 24 "executor", 25 "spawn", 26] 27categories = [ 28 "asynchronous", 29 "concurrency", 30 "no-std", 31] 32license = "Apache-2.0 OR MIT" 33repository = "https://github.com/smol-rs/async-task" 34 35[dependencies.portable-atomic] 36version = "1" 37optional = true 38default-features = false 39 40[dev-dependencies.atomic-waker] 41version = "1" 42 43[dev-dependencies.easy-parallel] 44version = "3" 45 46[dev-dependencies.flaky_test] 47version = "0.1" 48 49[dev-dependencies.flume] 50version = "0.11" 51default-features = false 52 53[dev-dependencies.futures-lite] 54version = "1.12.0" 55 56[dev-dependencies.once_cell] 57version = "1" 58 59[dev-dependencies.pin-project-lite] 60version = "0.2.10" 61 62[dev-dependencies.smol] 63version = "1" 64 65[features] 66default = ["std"] 67std = [] 68