# 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" rust-version = "1.70.0" name = "uringy" version = "0.5.0" authors = ["Dennis Krasnov "] description = "A simple single-threaded concurrency runtime for Rust based on io_uring." homepage = "https://github.com/Dennis-Krasnov/Uringy" documentation = "https://docs.rs/uringy" readme = "README.md" keywords = [ "io", "async", "non-blocking", "linux", "io_uring", ] categories = [ "asynchronous", "concurrency", "filesystem", "os", "network-programming", ] license = "MIT" repository = "https://github.com/Dennis-Krasnov/Uringy" [dependencies.cache-padded] version = "1.3.0" [dependencies.io-uring] version = "0.6.0" [dependencies.libc] version = "0.2.147" [dependencies.slab] version = "0.4.8" [dependencies.uringy-macros] version = "0.2.0" optional = true [features] default = ["macros"] macros = ["dep:uringy-macros"]