| # 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 = "futures-lite" |
| version = "1.11.3" |
| authors = ["Stjepan Glavina <stjepang@gmail.com>", "Contributors to futures-rs"] |
| description = "Futures, streams, and async I/O combinators" |
| homepage = "https://github.com/stjepang/futures-lite" |
| documentation = "https://docs.rs/futures-lite" |
| readme = "README.md" |
| keywords = ["asynchronous", "futures", "async"] |
| categories = ["asynchronous", "concurrency"] |
| license = "Apache-2.0 OR MIT" |
| repository = "https://github.com/stjepang/futures-lite" |
| [dependencies.fastrand] |
| version = "1.3.4" |
| optional = true |
| |
| [dependencies.futures-core] |
| version = "0.3.5" |
| default-features = false |
| |
| [dependencies.futures-io] |
| version = "0.3.5" |
| optional = true |
| |
| [dependencies.memchr] |
| version = "2.3.3" |
| default-features = false |
| |
| [dependencies.parking] |
| version = "2.0.0" |
| optional = true |
| |
| [dependencies.pin-project-lite] |
| version = "0.2.0" |
| |
| [dependencies.waker-fn] |
| version = "1.0.0" |
| optional = true |
| [dev-dependencies.spin_on] |
| version = "0.1.0" |
| |
| [features] |
| alloc = [] |
| default = ["std"] |
| std = ["alloc", "fastrand", "futures-io", "parking", "memchr/std", "waker-fn"] |