io-uring 0.2.0

Wrapper providing a safe and simple way to access liburing-sys features.
Documentation
# 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 = "io-uring"
version = "0.2.0"
authors = ["Sergio Lopez <slp@redhat.com>"]
description = "Wrapper providing a safe and simple way to access liburing-sys features."
documentation = "https://docs.rs/io-uring"
readme = "README.md"
keywords = ["io", "async", "non-blocking", "uring"]
categories = ["asynchronous", "filesystem"]
license = "LGPL-2.1-only"
repository = "https://github.com/slp/io-uring"
[dependencies.libc]
version = "0.2.55"

[dependencies.liburing-sys]
version = "0.1.2"
[dev-dependencies.tempfile]
version = "3.0.8"