1
1
[package ]
2
- name = " tokio-uring"
2
+ name = " tokio-uring-ooo "
3
3
version = " 0.4.0"
4
- authors = [
" Tokio Contributors <[email protected] >" ]
5
- edition = " 2018"
4
+ authors = [
5
+ " Tokio Contributors <[email protected] >" ,
6
+ " Ahmed Mones <[email protected] >" ,
7
+ ]
8
+ edition = " 2021"
6
9
readme = " README.md"
7
10
license = " MIT"
8
- documentation = " https://docs.rs/tokio-uring/0.4.0/tokio-uring "
9
- repository = " https://github.com/tokio -rs/tokio-uring"
11
+ documentation = " https://docs.rs/tokio-uring-ooo "
12
+ repository = " https://github.com/ooo -rs/tokio-uring"
10
13
homepage = " https://tokio.rs"
11
14
description = """
12
15
io-uring support for the Tokio asynchronous runtime.
@@ -17,22 +20,22 @@ keywords = ["async", "fs", "io-uring"]
17
20
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
18
21
19
22
[dependencies ]
20
- tokio = { version = " 1.2 " , features = [" net" , " rt" , " sync" ] }
23
+ tokio = { version = " 1" , features = [" net" , " rt" , " sync" ] }
21
24
slab = " 0.4.2"
22
25
libc = " 0.2.80"
23
- io-uring = " 0.6.0 "
24
- socket2 = { version = " 0.4.4 " , features = [" all" ] }
25
- bytes = { version = " 1.0 " , optional = true }
26
- futures-util = { version = " 0.3.26 " , default-features = false , features = [" std" ] }
26
+ io-uring-ooo = { version = " 0.6" , path = " ../io-uring-ooo " }
27
+ socket2 = { version = " 0.5 " , features = [" all" ] }
28
+ bytes = { version = " 1.6 " , optional = true }
29
+ futures-util = { version = " 0.3" , default-features = false , features = [" std" ] }
27
30
28
31
[dev-dependencies ]
29
32
tempfile = " 3.2.0"
30
33
tokio-test = " 0.4.2"
31
34
iai = " 0.1.1"
32
- criterion = " 0.4.0 "
35
+ criterion = " 0.5 "
33
36
# we use joinset in our tests
34
- tokio = " 1.21.2 "
35
- nix = " 0.26.1 "
37
+ tokio = " 1"
38
+ nix = " 0.28 "
36
39
37
40
[package .metadata .docs .rs ]
38
41
all-features = true
0 commit comments