# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "completion" version = "0.2.1" authors = ["KaiJewson "] description = "Utilities for writing completion-based asynchronous code" readme = "README.md" keywords = ["completion", "future", "async", "runtocompletion"] categories = ["asynchronous", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/KaiJewson/completion" [dependencies.aliasable] version = "0.1.3" optional = true [dependencies.atomic-waker] version = "1.0.0" [dependencies.completion-core] version = "0.2.0" [dependencies.completion-io] version = "0.2.0" optional = true [dependencies.completion-macro] version = "=0.2.0" optional = true [dependencies.concurrent-queue] version = "1.2.2" [dependencies.futures-core] version = "0.3.12" [dependencies.memchr] version = "2.3.4" optional = true [dependencies.pin-project-lite] version = "0.2.4" [dev-dependencies.futures-lite] version = "1.11.3" [features] alloc = ["aliasable"] default = ["std", "macro"] macro = ["completion-macro"] std = ["completion-io", "memchr", "alloc"]