# 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 = "dumb-exec" version = "0.0.7" authors = ["Angelo Bulfone "] description = "A very simple and dumb implementation of a futures executor\nthat doesn't allocate and can be used in no_std environments.\n" homepage = "https://github.com/boomshroom/dumb-exec" readme = "README.md" keywords = ["futures"] categories = ["asynchronous", "no-std"] license = "MIT" repository = "https://github.com/boomshroom/dumb-exec" [dependencies.futures-preview] version = "0.3.0-alpha.7" features = ["nightly"] [dependencies.pin-utils] version = "0.1.0-alpha" [dependencies.spin] version = "0.4.9" [features] alloc = [] default = []