11[package ]
2- name = " tokio-uring"
2+ name = " tokio-uring-ooo "
33version = " 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"
69readme = " README.md"
710license = " 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"
1013homepage = " https://tokio.rs"
1114description = """
1215io-uring support for the Tokio asynchronous runtime.
@@ -17,22 +20,22 @@ keywords = ["async", "fs", "io-uring"]
1720# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1821
1922[dependencies ]
20- tokio = { version = " 1.2 " , features = [" net" , " rt" , " sync" ] }
23+ tokio = { version = " 1" , features = [" net" , " rt" , " sync" ] }
2124slab = " 0.4.2"
2225libc = " 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" ] }
2730
2831[dev-dependencies ]
2932tempfile = " 3.2.0"
3033tokio-test = " 0.4.2"
3134iai = " 0.1.1"
32- criterion = " 0.4.0 "
35+ criterion = " 0.5 "
3336# we use joinset in our tests
34- tokio = " 1.21.2 "
35- nix = " 0.26.1 "
37+ tokio = " 1"
38+ nix = " 0.28 "
3639
3740[package .metadata .docs .rs ]
3841all-features = true
0 commit comments