# 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 = "asyncex" version = "0.0.1" authors = ["lino "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ASYNChronous EXtensions." homepage = "https://github.com/ljsnogard/asyncex" readme = "README.md" keywords = [ "async", "lock", "rwlock", ] categories = ["no-std"] license = "MIT/Apache-2.0" [lib] name = "asyncex" path = "src/lib.rs" [dependencies.mm_ptr] version = "0.1" [dependencies.pin-project] version = "1.1.*" [dependencies.pincol] version = "0.1" [dev-dependencies.async-channel] version = "2.3.*" [dev-dependencies.chrono] version = "0.4.*" [dev-dependencies.core_malloc] version = "0.1" [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"] [features] default = ["orphan-tok-as-cancelled"] orphan-tok-as-cancelled = [] orphan-tok-as-unsignaled = []