# 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 = "2018" name = "futures-micro" version = "1.0.0-rc0" authors = ["James Laver "] description = "Minimal, no_std compatible async prelude." homepage = "https://github.com/irrustible/futures-micro" documentation = "https://docs.rs/futures-micro" readme = "README.md" keywords = ["async", "futures", "no-std", "tests", "testing"] categories = ["asynchronous", "concurrency", "no-std"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/irrustible/futures-micro" [dependencies.pin-project-lite] version = "0.2.4" [dev-dependencies.futures-lite] version = "0.1"