# 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 = "handoff" version = "1.0.2" authors = ["Nathan West "] description = "An unbuffered, asynchronous, single-producer/single-consumer channel" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/Lucretiel/handoff" [dependencies.futures-util] version = "0.3.26" default-features = false [dependencies.pin-project] version = "1.0.12" [dependencies.pinned-aliasable] version = "0.1.3" [dependencies.thiserror] version = "1.0.38" default-features = false [dependencies.twinsies] version = "1.1.0" [dev-dependencies.cool_asserts] version = "2.0.3" [dev-dependencies.futures] version = "0.3.25" features = ["executor"] default-features = false [dev-dependencies.tokio] version = "1.25.0" features = [ "rt", "test-util", "macros", "rt-multi-thread", ] default-features = false