[go: up one dir, main page]

bastion 0.1.1

Fault-tolerant Runtime for Rust applications
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "bastion"
version = "0.1.1"
authors = ["Mahmut Bulut <vertexclique@gmail.com>"]
exclude = [".github/*", "examples/*", "graphstore/*", "tests/*", "img/*", "ci/*", "benches/*", "doc/*", "*.png", "*.dot", "*.yml", "*.toml", "*.md"]
description = "Fault-tolerant Runtime for Rust applications"
homepage = "https://github.com/vertexclique/bastion"
documentation = "https://docs.rs/bastion"
readme = "README.md"
keywords = ["fault-tolerant", "runtime", "actor", "system"]
categories = []
license = "MIT"
repository = "https://github.com/vertexclique/bastion"
[profile.bench]
opt-level = 3
lto = false
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
panic = "unwind"

[profile.release]
panic = "unwind"
[dependencies.backtrace]
version = "0.3.32"

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

[dependencies.ego-tree]
version = "0.6.0"

[dependencies.env_logger]
version = "0.6.1"

[dependencies.futures]
version = "0.1.28"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.log]
version = "0.4.7"

[dependencies.objekt]
version = "0.1.2"

[dependencies.ratelimit]
version = "0.4.4"

[dependencies.signal-hook]
version = "0.1.10"

[dependencies.tokio]
version = "^0.1"

[dependencies.tokio-executor]
version = "0.1.8"

[dependencies.tokio-threadpool]
version = "0.1.15"

[dependencies.uuid]
version = "0.7"
features = ["serde", "v4"]
[dev-dependencies.reqwest]
version = "0.9.19"
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "vertexclique/bastion"