maxim 0.1.0-alpha.0

Implements a highly-scalable and ergonomic actor system for Rust based on the best of Erlang / Elixir and Akka. A fork of the Axiom actor framework.
Documentation
[badges.is-it-maintained-issue-resolution]
repository = "katharostech/maxim"

[badges.is-it-maintained-open-issues]
repository = "katharostech/maxim"

[badges.maintenance]
status = "actively-developed"
[dependencies.bincode]
version = "^1.1.4"

[dependencies.dashmap]
version = "^1.0.3"

[dependencies.futures]
version = "^0.3.1"

[dependencies.log]
version = "^0.4"

[dependencies.num_cpus]
version = "^1.10.1"

[dependencies.once_cell]
version = "^1.0.2"

[dependencies.rand]
optional = true
version = "0.7.3"

[dependencies.rand_xoshiro]
optional = true
version = "0.4.0"

[dependencies.secc]
version = "^0.0.10"

[dependencies.serde]
features = ["derive", "rc"]
version = "^1.0.97"

[dependencies.uuid]
features = ["serde", "v4"]
version = "^0.7.4"
[dev-dependencies.env_logger]
version = "^0.6.2"

[dev-dependencies.rand]
version = "^0.7"

[dev-dependencies.serde_json]
version = "^1.0.40"

[features]
actor-pool = ["rand", "rand_xoshiro"]
default = ["actor-pool"]

[package]
authors = ["Maxim Contributors", "Zicklag <zicklag@katharostech.com>", "Robert Simmons Jr. MSc.", "Khionu Sybiern <dev@khionu.net>"]
categories = ["asynchronous", "concurrency"]
description = "Implements a highly-scalable and ergonomic actor system for Rust based on the \nbest of Erlang / Elixir and Akka. A fork of the Axiom actor framework.\n"
documentation = "https://docs.rs/maxim"
edition = "2018"
exclude = ["/.gitignore", "/.git", "/.github", "/.travis.yml", "/modoc.config"]
homepage = "https://github.com/katharostech/maxim"
keywords = ["Actor", "Actors", "Akka", "Erlang", "Elixir"]
license = "Apache-2.0"
name = "maxim"
readme = "README.md"
repository = "https://github.com/katharostech/maxim"
version = "0.1.0-alpha.0"