# 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 = "uring-fs" version = "1.4.0" authors = ["foxcirc"] description = "Truly asynchronous file operations using io-uring. Supports any async runtime. Linux only." readme = "README.md" keywords = [ "async", "fs", "async-fs", "io_uring", "io", ] categories = [ "asynchronous", "filesystem", ] license = "MIT" repository = "https://github.com/Foxcirc/uring-fs" [dependencies.io-uring] version = "0.6.*" [dependencies.libc] version = "0.2.98" default-features = false [dev-dependencies.extreme] version = "6.*"