# 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" name = "fluke-maybe-uring" version = "0.1.1" description = """ Replicates some tokio-uring types to allow building code without it """ documentation = "https://docs.rs/fluke-maybe-uring" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/hapsoc/fluke" [dependencies.bytemuck] version = "1.13.1" features = ["extern_crate_std"] [dependencies.tokio] version = "1.28.2" features = [ "rt", "sync", "io-util", ] [features] default = ["tokio-uring"] net = ["tokio/net"] [target."cfg(target_os = \"linux\")".dependencies.tokio-uring] version = "0.4.0" optional = true