[package] name = "tokio-dio" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A simple Direct IO supporting crates for bypassing Operating system pages loads" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = { version = "0.2.153", features = ["use_std", "align"] } tokio = { version = "1.36.0", features = ["io-util"] }