bastion-executor 0.3.5-alpha

Cache affine NUMA-aware executor for Rust
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "bastion-rs/bastion"
[dependencies.allocator-suite]
default-features = false
optional = true
version = "^0.1"

[dependencies.bastion-utils]
version = "0.3.2"

[dependencies.crossbeam-channel]
version = "0.4"

[dependencies.crossbeam-epoch]
version = "0.8"

[dependencies.crossbeam-utils]
version = "0.7"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libc]
version = "0.2"

[dependencies.lightproc]
version = "= 0.3.5-alpha.0"

[dependencies.num_cpus]
version = "1.10"

[dependencies.numanji]
default-features = false
optional = true
version = "^0.1"

[dependencies.pin-utils]
version = "0.1.0-alpha.4"
[dev-dependencies.futures]
version = "0.3.1"

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

[features]
unstable = ["numanji", "allocator-suite", "jemallocator"]

[package]
authors = ["Mahmut Bulut <vertexclique@gmail.com>"]
categories = ["concurrency", "asynchronous"]
description = "Cache affine NUMA-aware executor for Rust"
documentation = "https://docs.rs/bastion"
edition = "2018"
exclude = ["scripts/*"]
homepage = "https://github.com/bastion-rs/bastion"
keywords = ["fault-tolerant", "runtime", "actor", "system"]
license = "Apache-2.0/MIT"
name = "bastion-executor"
readme = "README.md"
repository = "https://github.com/bastion-rs/bastion"
version = "0.3.5-alpha"
[target."cfg(not(any(target_os = \"android\", target_os = \"linux\")))".dependencies.jemallocator]
default-features = false
optional = true
version = "^0.3"
[target."cfg(target_os = \"windows\")".dependencies.kernel32-sys]
version = "^0.2.2"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["basetsd"]
version = "^0.3.8"