# 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 = "abs_sync" version = "0.1.0" authors = ["lino "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Abstraction of synchronization for rust async/await" homepage = "https://github.com/ljsnogard/abs_sync" readme = "README.md" keywords = [ "async", "traits", ] categories = ["no-std"] license = "MIT/Apache-2.0" [lib] name = "abs_sync" path = "src/lib.rs" [dependencies.atomex] version = "0.1" [dependencies.pin-project] version = "1.1.*" [dependencies.pin-utils] version = "0.1.0" [dev-dependencies.env_logger] version = "0.11.*" [dev-dependencies.futures-lite] version = "2" [dev-dependencies.log] version = "0.4.*" [dev-dependencies.tokio] version = "1" features = ["full"]