# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bastor" version = "0.1.3" authors = ["Tuong Nguyen "] description = "A wrapper helps implementing actor with Bastion more easier with self-implemented state" documentation = "https://docs.rs/bastor" readme = "README.md" keywords = [ "actor", "bastion", "model", ] license = "MIT" repository = "https://github.com/zrus/bastor" [lib] doctest = true [[example]] name = "my_inbox" [[example]] name = "override" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.bastion] version = "0.4" features = ["tokio-runtime"] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.21" features = ["full"] [dependencies.tokio-util] version = "0.7" features = ["full"] [dev-dependencies.cqrs-es] version = "0.4" [dev-dependencies.serde] version = "1.0" [features] scaling = ["bastion/scaling"]