# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "linux-io-uring" version = "0.1.0" authors = ["quininer "] description = "The `io_uring` library for Rust." homepage = "https://github.com/quininer/linux-io-uring" documentation = "https://docs.rs/linux-io-uring" categories = ["asynchronous", "network-programming", "filesystem"] license = "MIT/Apache-2.0" repository = "https://github.com/quininer/linux-io-uring" [[bench]] name = "nop" harness = false [dependencies.bitflags] version = "1" [dependencies.libc] version = "0.2" [dependencies.linux-io-uring-sys] version = "0.0.4" [dependencies.parking_lot] version = "0.10" optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.iou] version = "0.2" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.nix] version = "0.16" [dev-dependencies.socket2] version = "0.3" [dev-dependencies.tempfile] version = "3" [features] bindgen = ["linux-io-uring-sys/bindgen"] concurrent = ["parking_lot"] unstable = []