forked from tokio-rs/tokio-uring
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
66 changed files
with
321 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
[package] | ||
name = "tokio-uring" | ||
name = "tokio-uring-ooo" | ||
version = "0.4.0" | ||
authors = ["Tokio Contributors <[email protected]>"] | ||
edition = "2018" | ||
authors = [ | ||
"Tokio Contributors <[email protected]>", | ||
"Ahmed Mones <[email protected]>", | ||
] | ||
edition = "2021" | ||
readme = "README.md" | ||
license = "MIT" | ||
documentation = "https://docs.rs/tokio-uring/0.4.0/tokio-uring" | ||
repository = "https://github.com/tokio-rs/tokio-uring" | ||
documentation = "https://docs.rs/tokio-uring-ooo" | ||
repository = "https://github.com/ooo-rs/tokio-uring" | ||
homepage = "https://tokio.rs" | ||
description = """ | ||
io-uring support for the Tokio asynchronous runtime. | ||
|
@@ -17,22 +20,22 @@ keywords = ["async", "fs", "io-uring"] | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
tokio = { version = "1.2", features = ["net", "rt", "sync"] } | ||
tokio = { version = "1", features = ["net", "rt", "sync"] } | ||
slab = "0.4.2" | ||
libc = "0.2.80" | ||
io-uring = "0.6.0" | ||
socket2 = { version = "0.4.4", features = ["all"] } | ||
bytes = { version = "1.0", optional = true } | ||
futures-util = { version = "0.3.26", default-features = false, features = ["std"] } | ||
io-uring-ooo = { version = "0.6", path = "../io-uring-ooo" } | ||
socket2 = { version = "0.5", features = ["all"] } | ||
bytes = { version = "1.6", optional = true } | ||
futures-util = { version = "0.3", default-features = false, features = ["std"] } | ||
|
||
[dev-dependencies] | ||
tempfile = "3.2.0" | ||
tokio-test = "0.4.2" | ||
iai = "0.1.1" | ||
criterion = "0.4.0" | ||
criterion = "0.5" | ||
# we use joinset in our tests | ||
tokio = "1.21.2" | ||
nix = "0.26.1" | ||
tokio = "1" | ||
nix = "0.28" | ||
|
||
[package.metadata.docs.rs] | ||
all-features = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.