# 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 = "2018" name = "ghost_actor" version = "0.3.0-alpha.6" authors = ["Holochain Core Dev Team "] description = "A simple, ergonomic, idiomatic, macro for generating the boilerplate to use rust futures tasks in a concurrent actor style." documentation = "https://docs.rs/ghost_actor" readme = "README.md" keywords = [ "asynchronous", "holo", "holochain", "actor", ] categories = ["asynchronous"] license = "Apache-2.0" repository = "https://github.com/holochain/ghost_actor" [dependencies.futures] version = "0.3.27" [dependencies.mockall] version = "0.11.3" optional = true [dependencies.must_future] version = "0.1.2" [dependencies.paste] version = "1.0.12" [dependencies.thiserror] version = "1.0.39" [dependencies.tokio] version = "1" features = ["time"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-futures] version = "0.2.5" [dev-dependencies.tokio] version = "1.26.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [features] default = [] test_utils = ["mockall"] unstable = []