# 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 = "susync" version = "0.2.0" description = "An util crate to complete futures through a handle. Its main purpose is to bridge async Rust and callback-based APIs." documentation = "https://docs.rs/susync/" readme = "README.md" keywords = [ "async", "callback", "bridge", "future", "handle", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/tcerqueira/susync" [dependencies.spin] version = "0.9.8" features = ["spin_mutex"] default-features = false [dependencies.susync-macros] version = "0.1.0" [dependencies.thiserror] version = "1.0.51" [dev-dependencies.tokio] version = "1.34.0" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4.3"