# 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 = "async_main" version = "0.4.0" include = [ "/src/**", "/examples/**", "/README.md", ] description = "Runtime-agnostic async main proc macro" homepage = "https://github.com/ardaku/async_main/blob/stable/CHANGELOG.md" documentation = "https://docs.rs/async_main" readme = "README.md" keywords = [ "async", "platform-agnostic", "cross-platform", "executor", "main", ] categories = [ "asynchronous", "embedded", "no-std", "rust-patterns", "wasm", ] license = "Apache-2.0 OR BSL-1.0 OR MIT" repository = "https://github.com/ardaku/async_main" [package.metadata.docs.rs] features = ["pasts"] [dependencies.async-executor] version = "1.5" optional = true default-features = false [dependencies.async-std] version = "=1.12.0" features = [ "unstable", "default", ] optional = true default-features = false [dependencies.async_main_macro] version = "0.4" [dependencies.futures] version = "0.3" features = ["executor"] optional = true default-features = false [dependencies.futures-lite] version = "1.12" optional = true default-features = false [dependencies.pasts] version = "0.14" optional = true default-features = false [dependencies.tokio] version = "1.23" features = ["rt"] optional = true default-features = false [features] async-executor = [ "dep:async-executor", "dep:futures-lite", ] async-std = ["dep:async-std"] default = [] futures = ["dep:futures"] pasts = ["dep:pasts"] tokio = ["dep:tokio"] web = ["async_main_macro/web"]