# 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 = "spawns" version = "0.2.4" authors = ["Kezhu Wang "] description = "Async runtime agnostic thread context task spawner for Rust" homepage = "https://github.com/kezhuw/spawns" documentation = "https://docs.rs/spawns" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kezhuw/spawns" [package.metadata.docs.rs] all-features = true [dependencies.spawns-compat] version = "0.2.1" optional = true [dependencies.spawns-core] version = "1.1.1" [dependencies.spawns-executor] version = "0.1.1" optional = true [dev-dependencies.async-net] version = "2.0.0" [dev-dependencies.futures-lite] version = "2.3.0" [features] async-global-executor = ["spawns-compat/async-global-executor"] default = [] executor = ["spawns-executor"] panic-multiple-global-spawners = ["spawns-core/panic-multiple-global-spawners"] smol = ["spawns-compat/smol"] tokio = ["spawns-compat/tokio"]