# 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 = "riker" version = "0.4.2" authors = ["Lee Smith "] description = "Easily build fast, highly concurrent and resilient applications. An Actor Framework for Rust." homepage = "https://riker.rs" readme = "README.md" keywords = ["actors", "actor-model", "async", "cqrs", "event_sourcing"] license = "MIT" repository = "https://github.com/riker-rs/riker" [dependencies.chrono] version = "0.4" [dependencies.config] version = "0.10.1" [dependencies.dashmap] version = "3" [dependencies.futures] version = "0.3.4" features = ["thread-pool"] [dependencies.num_cpus] version = "1.13.0" [dependencies.pin-utils] version = "0.1.0" [dependencies.rand] version = "0.7" [dependencies.regex] version = "1" [dependencies.riker-macros] version = "0.2.0" [dependencies.slog] version = "2.5" [dependencies.slog-scope] version = "4.3.0" [dependencies.slog-stdlog] version = "4.0" [dependencies.uuid] version = "0.8.1" features = ["v4"] [dev-dependencies.log] version = "0.4" [dev-dependencies.riker-testkit] version = "0.1.0" [badges.travis-ci] repository = "riker-rs/riker"