apocalypse 0.6.15

Simple actor framework for Rust
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 = "apocalypse"
version = "0.6.15"
authors = ["Carlos Malanche <carlos.malanche.f@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple actor framework for Rust"
readme = "README.md"
keywords = ["actor"]
license = "MIT"
repository = "https://github.com/Malanche/apocalypse.git"

[package.metadata.docs.rs]
all-features = true

[features]
full_log = []
serde = [
    "dep:serde",
    "chrono/serde",
]
ws = [
    "cataclysm",
    "bytes",
]

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

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

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

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

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

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

[[bench]]
name = "per_second"
path = "benches/per_second.rs"
harness = false

[dependencies.bytes]
version = "1.11.1"
optional = true

[dependencies.cataclysm]
version = "0.5.5"
features = [
    "stream",
    "ws",
]
optional = true

[dependencies.chrono]
version = "0.4.44"

[dependencies.futures]
version = "0.3.32"

[dependencies.log]
version = "0.4.29"
features = ["std"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

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

[dev-dependencies.chrono]
version = "0.4.44"

[dev-dependencies.colored]
version = "3.1.1"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["async_tokio"]

[dev-dependencies.winapi]
version = "0.3.9"