# 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.60.0" name = "pinned" version = "0.1.0" authors = ["Kaede Hoshiakwa "] description = "Synchronisation primitives for !Send tasks." homepage = "https://github.com/futursolo/pinned" readme = "README.md" keywords = [ "async", "futures", "non-blocking", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/futursolo/pinned" [dependencies.futures] version = "0.3.24" features = [ "std", "async-await", ] default-features = false [dependencies.rustversion] version = "1.0.9" [dependencies.thiserror] version = "1.0.35" [dev-dependencies.tokio] version = "1.21.1" features = ["full"]