[dependencies.futures]
version = "0.3.25"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["sync", "time"]
version = "1.5.0"
[dependencies.tracing]
optional = true
version = "0.1.37"
[dev-dependencies.anyhow]
version = "1.0.68"
[dev-dependencies.chrono]
version = "0.4.23"
[dev-dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.tokio]
features = ["sync", "full"]
version = "1.5.0"
[features]
default = []
tracing = ["dep:tracing"]
[lib]
doctest = false
[package]
authors = ["Dewyer <dewyerer@gmail.com>"]
description = "A tiny easy to use helper that makes function calls through threads/ tasks easier with tokio channels "
documentation = "https://docs.rs/phonecall"
edition = "2021"
keywords = ["tokio", "multi-threading", "safe-calls", "channels"]
license = "MIT"
name = "phonecall"
readme = "README.md"
repository = "https://github.com/Dewyer/phonecall"
version = "0.2.1"