blob: 0b06c5f67f83cacb105d953e27bb7c505871e899 [file] [log] [blame]
David LeGarea1064b02022-03-01 18:45:06 +00001# 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 Glavina1479e862019-08-12 20:18:51 +020012[package]
Stjepan Glavina1479e862019-08-12 20:18:51 +020013edition = "2018"
Jeff Vander Stoep1d8091d2022-12-06 08:24:26 +010014rust-version = "1.47"
David LeGarea1064b02022-03-01 18:45:06 +000015name = "async-task"
Jeff Vander Stoep36665bc2023-11-24 15:34:34 +010016version = "4.5.0"
David LeGarea1064b02022-03-01 18:45:06 +000017authors = ["Stjepan Glavina <stjepang@gmail.com>"]
18exclude = ["/.*"]
Stjepan Glavina1479e862019-08-12 20:18:51 +020019description = "Task abstraction for building executors"
Jeff Vander Stoep1d8091d2022-12-06 08:24:26 +010020readme = "README.md"
David LeGare549375c2022-06-22 21:36:10 +000021keywords = [
22 "futures",
23 "task",
24 "executor",
25 "spawn",
26]
27categories = [
28 "asynchronous",
29 "concurrency",
30 "no-std",
31]
David LeGarea1064b02022-03-01 18:45:06 +000032license = "Apache-2.0 OR MIT"
33repository = "https://github.com/smol-rs/async-task"
David LeGare549375c2022-06-22 21:36:10 +000034
Jeff Vander Stoep36665bc2023-11-24 15:34:34 +010035[dependencies.portable-atomic]
36version = "1"
37optional = true
38default-features = false
39
David LeGarea1064b02022-03-01 18:45:06 +000040[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]
Jeff Vander Stoep36665bc2023-11-24 15:34:34 +010050version = "0.11"
David LeGarea1064b02022-03-01 18:45:06 +000051default-features = false
52
Jeff Vander Stoep36665bc2023-11-24 15:34:34 +010053[dev-dependencies.futures-lite]
54version = "1.12.0"
55
David LeGarea1064b02022-03-01 18:45:06 +000056[dev-dependencies.once_cell]
57version = "1"
58
Jeff Vander Stoep36665bc2023-11-24 15:34:34 +010059[dev-dependencies.pin-project-lite]
60version = "0.2.10"
61
David LeGarea1064b02022-03-01 18:45:06 +000062[dev-dependencies.smol]
63version = "1"
Stjepan Glavina1479e862019-08-12 20:18:51 +020064
Stjepan Glavina9b0453b2020-04-15 18:36:47 +020065[features]
66default = ["std"]
67std = []