acktor 1.0.2

Pure-Rust Actor Framework Built on Tokio Runtime
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 = "2024"
rust-version = "1.85"
name = "acktor"
version = "1.0.2"
authors = ["Chao Gu"]
build = false
exclude = [
    "examples/*",
    "tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust Actor Framework Built on Tokio Runtime"
readme = "README.md"
keywords = [
    "actor",
    "async",
]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/asymmetry/acktor"
resolver = "2"

[package.metadata.docs.rs]
features = [
    "derive",
    "bottleneck-warning",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
bottleneck-warning = []
default = []
derive = ["dep:acktor-derive"]
tokio-tracing = ["tokio/tracing"]

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

[dependencies.acktor-derive]
version = "1.0"
optional = true

[dependencies.acktor-macros]
version = "1.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.tokio]
version = "1.37"
features = [
    "macros",
    "rt",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.clap]
version = "4.5"
features = ["derive"]

[dev-dependencies.pretty_assertions]
version = "1.4"