# 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 = "2021" name = "nb-executor" version = "0.4.2" authors = ["Alejandro Soto "] description = "Single-future, #![no_std] executor based on event bitmasks" documentation = "https://docs.rs/nb-executor" readme = "README.md" keywords = ["executor", "async", "non-blocking"] categories = ["asynchronous", "no-std"] license = "Apache-2.0" repository = "https://github.com/3442/nb-executor" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.futures] version = "0.3.21" default-features = false [dependencies.heapless] version = "0.7.10" features = ["mpmc_large"] optional = true [dependencies.nb] version = "1.0.0" [dev-dependencies.bitflags] version = "1.3.2" [dev-dependencies.futures] version = "0.3.21"