# 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 = "libaio-futures" version = "0.2.3" authors = ["Determinant "] description = "Straightforward Linux AIO using Futures/async/await." homepage = "https://github.com/Determinant/libaio-futures" keywords = [ "libaio", "aio", "async", "futures", ] license = "MIT" [lib] name = "aiofut" crate-type = [ "dylib", "rlib", "staticlib", ] path = "src/lib.rs" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.libc] version = "0.2.133" [dependencies.parking_lot] version = "0.12.1" [dev-dependencies.futures] version = "0.3.24" [features] emulated-failure = []