• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.39"
15name = "async-task"
16version = "4.1.0"
17authors = ["Stjepan Glavina <stjepang@gmail.com>"]
18exclude = ["/.*"]
19description = "Task abstraction for building executors"
20keywords = ["futures", "task", "executor", "spawn"]
21categories = ["asynchronous", "concurrency", "no-std"]
22license = "Apache-2.0 OR MIT"
23repository = "https://github.com/smol-rs/async-task"
24[dev-dependencies.atomic-waker]
25version = "1"
26
27[dev-dependencies.easy-parallel]
28version = "3"
29
30[dev-dependencies.flaky_test]
31version = "0.1"
32
33[dev-dependencies.flume]
34version = "0.10"
35default-features = false
36
37[dev-dependencies.once_cell]
38version = "1"
39
40[dev-dependencies.smol]
41version = "1"
42
43[features]
44default = ["std"]
45std = []
46