File: Cargo.toml

package info (click to toggle)
rust-atomic-waker 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: makefile: 2
file content (47 lines) | stat: -rw-r--r-- 1,166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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 = "2018"
rust-version = "1.36"
name = "atomic-waker"
version = "1.1.2"
authors = [
    "Stjepan Glavina <stjepang@gmail.com>",
    "Contributors to futures-rs",
]
exclude = ["/.*"]
description = "A synchronization primitive for task wakeup"
readme = "README.md"
keywords = [
    "waker",
    "notify",
    "wake",
    "futures",
    "async",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/atomic-waker"

[dev-dependencies.criterion]
version = "0.5.0"
features = ["cargo_bench_support"]
default-features = false

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.rayon]
version = "1.7.0"