kompact 0.4.0

Kompact is a Rust implementation of the Kompics component model combined with the Actor model.
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]
name = "kompact"
version = "0.4.0"
authors = ["Lars Kroll <lkroll@kth.se>", "Johan Mickos <johanmi@kth.se>"]
description = "Kompact is a Rust implementation of the Kompics component model combined with the Actor model."
homepage = "http://kompics.sics.se"
readme = "../README.md"
keywords = ["actor", "kompics", "component", "async"]
categories = ["asynchronous", "concurrency", "network-programming"]
license = "MIT"
repository = "https://github.com/kompics/kompact"
[dependencies.as_num]
version = "0.2"

[dependencies.bitfields]
version = "0.1"

[dependencies.bytes]
version = "0.4.8"

[dependencies.crossbeam]
version = "0.3"

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

[dependencies.executors]
version = "0.4"

[dependencies.futures]
version = "0.1.2"

[dependencies.kompact-actor-derive]
version = "0.4.0"

[dependencies.kompact-component-derive]
version = "0.4.0"

[dependencies.log]
version = "0.3"

[dependencies.num_cpus]
version = "1.0"

[dependencies.oncemutex]
version = "0.1.1"

[dependencies.sequence_trie]
version = "0.3.5"

[dependencies.serde]
version = "1.0"

[dependencies.slog]
version = "2.2"
features = ["max_level_debug", "release_max_level_info"]

[dependencies.slog-async]
version = "2.3"

[dependencies.slog-term]
version = "2.4"

[dependencies.spaniel]
version = "0.1"

[dependencies.synchronoise]
version = "0.4"

[dependencies.time]
version = "0.1"

[dependencies.tokio]
version = "0.1.7"

[dependencies.tokio-retry]
version = "0.2.0"

[dependencies.uuid]
version = "0.4"
features = ["serde", "v4"]

[dev-dependencies]
[badges.maintenance]
status = "actively-developed"