File: Cargo.toml

package info (click to toggle)
rust-async-compat 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 136 kB
  • sloc: makefile: 2
file content (70 lines) | stat: -rw-r--r-- 1,566 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# 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"
name = "async-compat"
version = "0.2.3"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
description = "Compatibility adapter between tokio and futures"
homepage = "https://github.com/smol-rs/async-compat"
documentation = "https://docs.rs/async-compat"
readme = "README.md"
keywords = [
    "tokio",
    "futures",
    "convert",
    "context",
]
categories = ["asynchronous"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-compat"

[dependencies.futures-core]
version = "0.3.5"

[dependencies.futures-io]
version = "0.3.5"

[dependencies.once_cell]
version = "1.4.1"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.tokio]
version = "1"
features = ["rt"]
default-features = false

[dev-dependencies.blocking]
version = "1"

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

[dev-dependencies.reqwest]
version = "0.11"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "io-std",
    "io-util",
    "macros",
    "net",
    "time",
]
default-features = false

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