# 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.58" name = "unsync" version = "0.1.2" authors = ["John-John Tedro "] description = "Unsynchronized synchronization primitives for async Rust." homepage = "https://github.com/udoprog/unsync" documentation = "https://docs.rs/unsync" readme = "README.md" keywords = [ "async", "futures", "io", "non-blocking", ] categories = ["asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/udoprog/unsync" [[bench]] name = "channels" harness = false [dependencies.slab] version = "0.4.6" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.tokio] version = "1.17.0" features = [ "macros", "rt", "sync", ] [features] default = ["std"] std = []