fluke-maybe-uring 0.1.1

Replicates some tokio-uring types to allow building code without it
Documentation
[dependencies.bytemuck]
features = ["extern_crate_std"]
version = "1.13.1"

[dependencies.tokio]
features = ["rt", "sync", "io-util"]
version = "1.28.2"

[features]
default = ["tokio-uring"]
net = ["tokio/net"]

[package]
description = """
Replicates some tokio-uring types to allow building code without it
"""
documentation = "https://docs.rs/fluke-maybe-uring"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "fluke-maybe-uring"
readme = "README.md"
repository = "https://github.com/hapsoc/fluke"
version = "0.1.1"

[target.'cfg(target_os = "linux")'.dependencies.tokio-uring]
optional = true
version = "0.4.0"