# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "bastion-executor" version = "0.4.2" authors = ["Mahmut Bulut "] exclude = ["scripts/*"] description = "Cache affine NUMA-aware executor for Rust" homepage = "https://github.com/bastion-rs/bastion" documentation = "https://docs.rs/bastion" readme = "README.md" keywords = ["fault-tolerant", "runtime", "actor", "system"] categories = ["concurrency", "asynchronous"] license = "Apache-2.0/MIT" repository = "https://github.com/bastion-rs/bastion" [dependencies.arrayvec] version = "0.7.0" [dependencies.bastion-utils] version = "0.3.2" [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossbeam-epoch] version = "0.9" [dependencies.crossbeam-queue] version = "0.3.0" [dependencies.crossbeam-utils] version = "0.8" [dependencies.futures-timer] version = "3.0.2" [dependencies.lazy_static] version = "1.4" [dependencies.lever] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.lightproc] version = "0.3" [dependencies.num_cpus] version = "1.13" [dependencies.once_cell] version = "1.4.0" [dependencies.pin-utils] version = "0.1.0" [dependencies.tokio] version = "1.1" features = ["rt", "rt-multi-thread"] optional = true [dependencies.tracing] version = "0.1.19" [dev-dependencies.futures] version = "0.3.5" [dev-dependencies.proptest] version = "^1.0" [dev-dependencies.tokio] version = "1.1" features = ["rt", "rt-multi-thread", "macros"] [dev-dependencies.tokio-test] version = "0.4.0" [dev-dependencies.tracing-subscriber] version = "0.3" [features] tokio-runtime = ["tokio"] unstable = [] [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "^0.3.8" features = ["basetsd"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "bastion-rs/bastion"