# 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" rust-version = "1.68.0" name = "nostd_async" version = "0.8.0" authors = ["Samuel Hicks "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An asyncronous runtime for a single-threaded no_std environment" homepage = "https://github.com/sammhicks/nostd_async" documentation = "https://docs.rs/nostd_async" readme = "README.md" keywords = [ "asynchronous", "async", "embedded", "no-std", "nostd", ] categories = [ "asynchronous", "embedded", "no-std", ] license = "MIT" repository = "https://github.com/sammhicks/nostd_async" [lib] name = "nostd_async" path = "src/lib.rs"