bastion 0.3.0-alpha.1

Fault-tolerant Runtime for Rust applications
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "bastion-rs/bastion"
[dependencies.bastion-executor]
version = "= 0.3.0-alpha.1"

[dependencies.bastion-qutex]
features = ["async_await"]
version = "0.2"

[dependencies.futures-preview]
features = ["async-await"]
version = "=0.3.0-alpha.19"

[dependencies.fxhash]
version = "0.2"

[dependencies.lazy_static]
version = "1.4"

[dependencies.lightproc]
version = "= 0.3.3"

[dependencies.log]
version = "0.4"

[dependencies.uuid]
features = ["v4"]
version = "0.8"
[dev-dependencies.env_logger]
version = "0.7"

[dev-dependencies.proptest]
version = "0.9"

[dev-dependencies.snap]
version = "0.2"

[features]
unstable = ["bastion-executor/unstable"]

[package]
authors = ["Mahmut Bulut <vertexclique@gmail.com>"]
categories = ["concurrency", "asynchronous"]
description = "Fault-tolerant Runtime for Rust applications"
documentation = "https://docs.rs/bastion"
edition = "2018"
exclude = [".github/*", "examples/*", "graphstore/*", "tests/*", "img/*", "ci/*", "benches/*", "doc/*", "*.png", "*.dot", "*.yml", "*.toml", "*.md"]
homepage = "https://github.com/bastion-rs/bastion"
keywords = ["fault-tolerant", "runtime", "actor", "system"]
license = "Apache-2.0/MIT"
name = "bastion"
readme = "../README.md"
repository = "https://github.com/bastion-rs/bastion"
version = "0.3.0-alpha.1"