# 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 = "async-unsync" version = "0.3.0" authors = ["Oliver Giersch"] exclude = [".github"] description = "asynchronous, unsynchronized (thread-local) channels and semaphores" readme = "README.md" keywords = [ "async", "futures", "no_std", ] categories = [ "asynchronous", "concurrency", "data-structures", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/oliver-giersch/async-unsync.git" [dependencies.tokio] version = "1.36.0" features = [ "rt", "rt-multi-thread", "sync", ] optional = true [dev-dependencies.futures-lite] version = "2.2.0" [features] alloc = [] bench = ["tokio"] default = ["std"] std = ["alloc"]