# 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 = "asyncs" version = "0.3.0" description = "async runtime agnostic facilities" homepage = "https://github.com/kezhuw/asyncs" documentation = "https://docs.rs/asyncs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kezhuw/asyncs" [package.metadata.docs.rs] all-features = true [dependencies.async-select] version = "0.2.0" [dependencies.asyncs-sync] version = "0.3.0" [dependencies.asyncs-test] version = "0.3.0" optional = true [dependencies.spawns] version = "0.2.4" optional = true [dependencies.spawns-core] version = "1.1.1" [dev-dependencies.test-case] version = "3.3.1" [features] async-global-executor = ["spawns/async-global-executor"] smol = ["spawns/smol"] spawns-compat = ["spawns-core/compat"] test = [ "spawns-compat", "spawns/executor", "asyncs-test", ] tokio = ["spawns/tokio"]