# 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-core" version = "0.2.0" authors = ["KaiJewson "] description = "Core traits and types for completion-based asynchronous programming" 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.futures-core] version = "0.3.12" default-features = false [features] alloc = ["futures-core/alloc"] default = ["std"] std = ["alloc", "futures-core/std"]