# 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 = "future-runner" version = "0.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight future executor with WASM support and configurable runtime options for async Rust applications" readme = "README.md" keywords = [ "futures", "async", "executor", "wasm", "runtime", ] categories = [ "asynchronous", "wasm", ] license = "MIT" repository = "https://github.com/piot/future-runner" [lib] name = "future_runner" path = "src/lib.rs" [[test]] name = "future_runner" path = "tests/future_runner.rs" [dependencies.async-std] version = "1.13.0" [dependencies.futures] version = "0.3.31" [dependencies.tokio] version = "1.36" features = [ "rt", "time", ] optional = true [dependencies.wasm-bindgen-futures] version = "0.4.45" [dev-dependencies.tokio] version = "1.36" features = [ "rt", "time", "macros", ] [features] block = [] threaded = ["dep:tokio"]