David LeGare | a1064b0 | 2022-03-01 18:45:06 +0000 | [diff] [blame] | 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 | |
Stjepan Glavina | 1479e86 | 2019-08-12 20:18:51 +0200 | [diff] [blame] | 12 | [package] |
Stjepan Glavina | 1479e86 | 2019-08-12 20:18:51 +0200 | [diff] [blame] | 13 | edition = "2018" |
Jeff Vander Stoep | 1d8091d | 2022-12-06 08:24:26 +0100 | [diff] [blame] | 14 | rust-version = "1.47" |
David LeGare | a1064b0 | 2022-03-01 18:45:06 +0000 | [diff] [blame] | 15 | name = "async-task" |
Jeff Vander Stoep | 36665bc | 2023-11-24 15:34:34 +0100 | [diff] [blame] | 16 | version = "4.5.0" |
David LeGare | a1064b0 | 2022-03-01 18:45:06 +0000 | [diff] [blame] | 17 | authors = ["Stjepan Glavina <stjepang@gmail.com>"] |
| 18 | exclude = ["/.*"] |
Stjepan Glavina | 1479e86 | 2019-08-12 20:18:51 +0200 | [diff] [blame] | 19 | description = "Task abstraction for building executors" |
Jeff Vander Stoep | 1d8091d | 2022-12-06 08:24:26 +0100 | [diff] [blame] | 20 | readme = "README.md" |
David LeGare | 549375c | 2022-06-22 21:36:10 +0000 | [diff] [blame] | 21 | keywords = [ |
| 22 | "futures", |
| 23 | "task", |
| 24 | "executor", |
| 25 | "spawn", |
| 26 | ] |
| 27 | categories = [ |
| 28 | "asynchronous", |
| 29 | "concurrency", |
| 30 | "no-std", |
| 31 | ] |
David LeGare | a1064b0 | 2022-03-01 18:45:06 +0000 | [diff] [blame] | 32 | license = "Apache-2.0 OR MIT" |
| 33 | repository = "https://github.com/smol-rs/async-task" |
David LeGare | 549375c | 2022-06-22 21:36:10 +0000 | [diff] [blame] | 34 | |
Jeff Vander Stoep | 36665bc | 2023-11-24 15:34:34 +0100 | [diff] [blame] | 35 | [dependencies.portable-atomic] |
| 36 | version = "1" |
| 37 | optional = true |
| 38 | default-features = false |
| 39 | |
David LeGare | a1064b0 | 2022-03-01 18:45:06 +0000 | [diff] [blame] | 40 | [dev-dependencies.atomic-waker] |
| 41 | version = "1" |
| 42 | |
| 43 | [dev-dependencies.easy-parallel] |
| 44 | version = "3" |
| 45 | |
| 46 | [dev-dependencies.flaky_test] |
| 47 | version = "0.1" |
| 48 | |
| 49 | [dev-dependencies.flume] |
Jeff Vander Stoep | 36665bc | 2023-11-24 15:34:34 +0100 | [diff] [blame] | 50 | version = "0.11" |
David LeGare | a1064b0 | 2022-03-01 18:45:06 +0000 | [diff] [blame] | 51 | default-features = false |
| 52 | |
Jeff Vander Stoep | 36665bc | 2023-11-24 15:34:34 +0100 | [diff] [blame] | 53 | [dev-dependencies.futures-lite] |
| 54 | version = "1.12.0" |
| 55 | |
David LeGare | a1064b0 | 2022-03-01 18:45:06 +0000 | [diff] [blame] | 56 | [dev-dependencies.once_cell] |
| 57 | version = "1" |
| 58 | |
Jeff Vander Stoep | 36665bc | 2023-11-24 15:34:34 +0100 | [diff] [blame] | 59 | [dev-dependencies.pin-project-lite] |
| 60 | version = "0.2.10" |
| 61 | |
David LeGare | a1064b0 | 2022-03-01 18:45:06 +0000 | [diff] [blame] | 62 | [dev-dependencies.smol] |
| 63 | version = "1" |
Stjepan Glavina | 1479e86 | 2019-08-12 20:18:51 +0200 | [diff] [blame] | 64 | |
Stjepan Glavina | 9b0453b | 2020-04-15 18:36:47 +0200 | [diff] [blame] | 65 | [features] |
| 66 | default = ["std"] |
| 67 | std = [] |