lakka 0.1.0

Simple actors with macros
Documentation
# 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 = "lakka"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple actors with macros"
readme = "README.md"
keywords = ["actor"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/defic/lakka"

[lib]
name = "lakka"
path = "src/lib.rs"

[[example]]
name = "broadcast"
path = "examples/broadcast.rs"

[[example]]
name = "chat"
path = "examples/chat.rs"

[[example]]
name = "empty_generic"
path = "examples/empty_generic.rs"

[[example]]
name = "enum"
path = "examples/enum.rs"

[[example]]
name = "generic"
path = "examples/generic.rs"

[[example]]
name = "generic_trait_bound"
path = "examples/generic_trait_bound.rs"

[[example]]
name = "looper"
path = "examples/looper.rs"

[[example]]
name = "non_running"
path = "examples/non_running.rs"

[[example]]
name = "ping_message"
path = "examples/ping_message.rs"

[[example]]
name = "readme_example"
path = "examples/readme_example.rs"

[[example]]
name = "replicator"
path = "examples/replicator.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "unbounded"
path = "examples/unbounded.rs"

[dependencies.duration_helper]
version = "0.1.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.kanal]
version = "0.1.0-pre8"

[dependencies.lakka_macro]
version = "0.1.0"

[dependencies.tokio]
version = "1.44"
features = ["full"]

[dev-dependencies.bincode]
version = "2.0.1"
features = [
    "serde",
    "derive",
]

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]