acto 0.8.2

light-weight Actor library 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 = "acto"
version = "0.8.2"
authors = ["Roland Kuhn <rk@rkuhn.info>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "light-weight Actor library for Rust"
documentation = "https://docs.rs/acto"
readme = "README.md"
keywords = [
    "actors",
    "concurrency",
]
categories = ["concurrency"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/rkuhn/acto"

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

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

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

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.pin-project-lite]
version = "0.2.9"

[dependencies.smol_str]
version = "0.1.23"
default-features = false

[dependencies.sync_wrapper]
version = "1.0.2"

[dependencies.tokio]
version = "1.21"
features = [
    "rt-multi-thread",
    "sync",
]
optional = true

[dependencies.tracing]
version = "0.1.37"
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "time",
    "sync",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.16"
features = ["env-filter"]

[build-dependencies.rustc_version]
version = "0.4.0"