# 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 = "tokio-uring" version = "0.5.0" authors = ["Tokio Contributors "] description = """ io-uring support for the Tokio asynchronous runtime. """ homepage = "https://tokio.rs" documentation = "https://docs.rs/tokio-uring/0.5.0/tokio-uring" readme = "README.md" keywords = [ "async", "fs", "io-uring", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/tokio-rs/tokio-uring" [package.metadata.docs.rs] all-features = true [profile.bench] debug = 2 [[bench]] name = "lai_no_op" path = "benches/lai/no_op.rs" harness = false [[bench]] name = "criterion_no_op" path = "benches/criterion/no_op.rs" harness = false [dependencies.bytes] version = "1.0" optional = true [dependencies.futures-util] version = "0.3.26" features = ["std"] default-features = false [dependencies.io-uring] version = "0.6.0" [dependencies.libc] version = "0.2.80" [dependencies.slab] version = "0.4.2" [dependencies.socket2] version = "0.4.4" features = ["all"] [dependencies.tokio] version = "1.2" features = [ "net", "rt", "sync", ] [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.iai] version = "0.1.1" [dev-dependencies.nix] version = "0.26.1" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.tokio] version = "1.21.2" [dev-dependencies.tokio-test] version = "0.4.2"