# 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 = "axiom" version = "0.2.1" authors = ["Robert Simmons Jr. MSc.", "Khionu Sybiern "] exclude = ["/.gitignore", "/.git", "/.github", "/.travis.yml"] description = "Implements a highly-scalable and ergonomic actor system for Rust based on the \nbest of Erlang / Elixir and Akka.\n" homepage = "https://github.com/rsimmonsjr/axiom" documentation = "https://docs.rs/axiom" readme = "README.md" keywords = ["Actor", "Actors", "Akka", "Erlang", "Elixir"] categories = ["asynchronous", "concurrency"] license = "Apache-2.0" repository = "https://github.com/rsimmonsjr/axiom" [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.secc] version = "^0.0.10" [dependencies.serde] version = "^1.0.97" features = ["derive", "rc"] [dependencies.uuid] version = "^0.7.4" features = ["serde", "v4"] [dev-dependencies.env_logger] version = "^0.6.2" [dev-dependencies.rand] version = "^0.7" [dev-dependencies.serde_json] version = "^1.0.40" [badges.is-it-maintained-issue-resolution] repository = "rsimmonsjr/axiom" [badges.is-it-maintained-open-issues] repository = "rsimmonsjr/axiom" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "rsimmonsjr/axiom"