[[example]]
name = "containers"
path = "test/containers.rs"
[dependencies.pin-project]
optional = true
version = "0.4"
[dev-dependencies.fastrand]
version = "^1.3"
[features]
catch-unwind = ["pin-project"]
default = []
[package]
authors = ["Sunshine Foundation Developers", "Shady Khalifa <shekohex@gmail.com>"]
categories = ["external-ffi-bindings", "development-tools::ffi"]
description = "Run Multithreaded Rust along with Dart VM (in isolate)."
edition = "2018"
homepage = "https://github.com/sunshine-protocol/allo-isolate"
keywords = ["bindings", "ffi", "isolate", "dart"]
license-file = "LICENSE"
name = "allo-isolate"
readme = "README.md"
repository = "https://github.com/sunshine-protocol/allo-isolate"
version = "0.1.8-beta"
[package.metadata.docs.rs]
all-features = true