# 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 = "2018" name = "catty" version = "0.1.5" authors = ["Restioson "] description = "Send and await a value asynchronously" documentation = "https://docs.rs/catty" readme = "README.md" keywords = ["async", "futures", "async-await", "oneshot", "channel"] categories = ["asynchronous", "concurrency"] license = "Apache-2.0" repository = "https://github.com/Restioson/catty" [[bench]] name = "basic" harness = false [dependencies.spin] version = "0.9.3" features = ["spin_mutex"] default-features = false [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.futures] version = "0.3.5" [dev-dependencies.pollster] version = "0.2.0"