# 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 = "slings" version = "0.3.46" authors = ["cssivision "] description = "A small async runtime based on io-uring for Rust" homepage = "https://github.com/cssivision/slings" readme = "README.md" license = "MIT" repository = "https://github.com/cssivision/slings" [dependencies.async-task] version = "4.0" [dependencies.futures-core] version = "0.3" [dependencies.futures-io] version = "0.3" [dependencies.io-uring] version = "0.6" [dependencies.libc] version = "0.2" [dependencies.pin-project-lite] version = "0.2" [dependencies.scoped-tls] version = "1.0" [dependencies.slab] version = "0.4" [dependencies.socket2] version = "0.5" features = ["all"] [dev-dependencies.futures-util] version = "0.3" features = ["io"] default-features = false