# 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 = "2021" rust-version = "1.63" name = "rustix-uring" version = "0.2.0" authors = ["Jordan Isaacs "] description = "The low-level `io_uring` userspace interface for Rust" homepage = "https://github.com/jordanisaacs/rustix-uring" documentation = "https://docs.rs/rustix-uring" readme = "README.md" categories = [ "asynchronous", "network-programming", "filesystem", ] license = "MIT/Apache-2.0" repository = "https://github.com/jordanisaacs/rustix-uring" [dependencies.bitflags] version = "2.4.0" default-features = false [dependencies.rustix] version = "0.38.18" features = [ "io_uring", "mm", ] default-features = false [dev-dependencies.anyhow] version = "1" [dev-dependencies.libc] version = "0.2.98" [dev-dependencies.slab] version = "0.4" [dev-dependencies.socket2] version = "0.5" [features] default = ["std"] std = [ "rustix/std", "bitflags/std", ]