# 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 = "lite-async-test" version = "0.1.3" authors = [ "0xa10", "botanica-consulting", ] description = "An #![async_test] wrapper using futures-lite, for easily setting up async tests in your crates/binaries." readme = "README.md" keywords = [ "async", "test", "futures-lite", "no-std", "embedded", ] categories = [ "asynchronous", "embedded", "development-tools::testing", ] license-file = "LICENSE" repository = "https://github.com/botanica-consulting/lite-async-test" [lib] proc-macro = true [dependencies.futures-lite] version = "2.2.0" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.48" features = ["full"]