# 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" rust-version = "1.63" name = "smol-macros" version = "0.1.1" authors = ["John Nunley "] exclude = ["/.*"] description = "Macros for setting up a smol runtime" readme = "README.md" keywords = [ "async", "await", "future", "io", "macro", ] categories = [ "asynchronous", "concurrency", "network-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/smol-rs/smol-macros" [dependencies.async-executor] version = "1.6.0" [dependencies.async-io] version = "2.2.0" [dependencies.async-lock] version = "3.1.2" [dependencies.event-listener] version = "5.1.0" [dependencies.futures-lite] version = "2.0.1" default-features = false [dev-dependencies.async-lock] version = "3.1.2" [dev-dependencies.macro_rules_attribute] version = "0.2.0" [dev-dependencies.unsend] version = "0.2.1" features = ["alloc"] default-features = false