-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
58 lines (52 loc) · 1.23 KB
/
Cargo.toml
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
[workspace]
resolver = "2"
members = [
"core",
"hook",
"macros",
"open-coroutine"
]
[workspace.package]
version = "0.6.10"
edition = "2021"
authors = ["[email protected]"]
repository = "https://github.com/acl-dev/open-coroutine"
license = "Apache-2.0"
readme = "README.md"
[workspace.dependencies]
open-coroutine-core = { path = "core", version = "0.6.0" }
open-coroutine-hook = { path = "hook", version = "0.6.0" }
open-coroutine-macros = { path = "macros", version = "0.6.0" }
tracing = { version = "0.1", default-features = false }
tracing-subscriber = { version = "0.3", default-features = false }
tracing-appender = { version = "0.2", default-features = false }
cargo_metadata = { version = "0.19", default-features = false }
mio = { version = "1.0", default-features = false }
cfg-if = "1.0.0"
polling = "2.8.0"
educe = "0.6.0"
libc = "0.2"
rand = "0.8"
st3 = "0.4"
crossbeam-deque = "0.8"
time = "0.3"
corosensei = "0.2"
core_affinity = "0.8"
crossbeam-utils = "0.8"
crossbeam-skiplist = "0.1"
nix = "0.29"
io-uring = "0.7"
windows-sys = "0.59"
anyhow = "1.0"
slab = "0.4"
backtrace = "0.3"
minhook = "0.6"
psm = "0.1"
once_cell = "1"
dashmap = "6"
num_cpus = "1"
uuid = "1"
tempfile = "3"
cc = "1"
syn = "2"
quote = "1"