# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "extern_executor" version = "0.1.2" authors = ["K. "] description = "Async executor which delegates futures polling to external event-loop." readme = "README.md" keywords = ["async", "future", "executor"] categories = ["asynchronous", "no-std"] license = "MIT" repository = "https://github.com/katyo/extern_executor" [dependencies.dart-sys] version = "^2.0" optional = true [dependencies.futures-task] version = "^0.3" features = ["alloc"] optional = true default-features = false [dependencies.spin] version = "^0.5" optional = true [dependencies.woke] version = "^0.0" optional = true [build-dependencies.cbindgen] version = "^0.14" optional = true [build-dependencies.pkg-config] version = "^0.3" optional = true [features] dart = ["dart-sys", "driver"] default = ["std"] driver = [] no_std = ["spin", "woke"] std = ["futures-task"] uv = ["driver", "pkg-config"] [badges.is-it-maintained-issue-resolution] repository = "katyo/extern_executor" [badges.is-it-maintained-open-issues] repository = "katyo/extern_executor" [badges.travis-ci] repository = "katyo/extern_executor"