File: Cargo.toml

package info (click to toggle)
rust-parking 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,063 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
# 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.51"
name = "parking"
version = "2.2.0"
authors = [
    "Stjepan Glavina <stjepang@gmail.com>",
    "The Rust Project Developers",
]
exclude = ["/.*"]
description = "Thread parking and unparking"
homepage = "https://github.com/smol-rs/parking"
documentation = "https://docs.rs/parking"
readme = "README.md"
keywords = [
    "park",
    "notify",
    "thread",
    "wake",
    "condition",
]
categories = ["concurrency"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/parking"

[dev-dependencies.easy-parallel]
version = "3.0.0"