# 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.80.0" name = "orengine" version = "0.5.0" authors = ["Eugene Usachev and orengine contributors "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Optimized ring engine for Rust. It is a lighter and faster asynchronous library than tokio-rs, async-std, may, and even smol. """ readme = "README.md" keywords = [ "io", "async", "non-blocking", "shared-nothing", "high-performance", ] categories = [ "asynchronous", "network-programming", "concurrency", "web-programming", ] license = "MIT" repository = "https://github.com/orengine/orengine" [lib] name = "orengine" path = "src/lib.rs" [dependencies.ahash] version = "0.8.11" [dependencies.core_affinity] version = "0.8.1" [dependencies.crossbeam] version = "0.8.4" [dependencies.fastrand] version = "2.1.1" [dependencies.flume] version = "0.11.1" [dependencies.orengine-macros] version = "3.0.0" [dependencies.smallvec] version = "2.0.0-alpha.7" [dependencies.socket2] version = "0.5.7" features = ["all"] [target.'cfg(target_os = "linux")'.dependencies.io-uring] version = "0.7.0" [target."cfg(unix)".dependencies.nix] version = "0.29.0" features = [ "net", "event", ]