heim-runtime 0.0.7

Runtime shims for heim crate
Documentation
[dependencies.cfg-if]
version = "0.1.9"

[dependencies.futures-channel]
optional = true
version = "^0.3"

[dependencies.heim-common]
version = "0.0.11"

[dependencies.lazy_static]
optional = true
version = "1.3.0"

[dependencies.threadpool]
optional = true
version = "1.7.1"

[dev-dependencies.version-sync]
version = "0.8"

[features]
default = ["runtime-polyfill"]
runtime-polyfill = ["threadpool", "lazy_static", "futures-channel"]

[package]
authors = ["svartalf <self@svartalf.info>"]
categories = ["asynchronous", "os", "api-bindings"]
description = "Runtime shims for heim crate"
edition = "2018"
keywords = ["heim", "runtime", "shim", "sync"]
license = "Apache-2.0 OR MIT"
name = "heim-runtime"
repository = "https://github.com/heim-rs/heim"
version = "0.0.7"