[package]
edition = "2024"
name = "moonpool"
version = "0.3.0"
authors = ["Pierre Zemb <contact@pierrezemb.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A place to experiment around actors"
documentation = "https://docs.rs/moonpool"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/PierreZ/moonpool"
resolver = "2"
[package.metadata.docs.rs]
rustdoc-args = [
"--cfg",
"tokio_unstable",
]
rustc-args = [
"--cfg",
"tokio_unstable",
]
[lib]
name = "moonpool"
path = "src/lib.rs"
[dependencies.moonpool-core]
version = "0.3.0"
[dependencies.moonpool-sim]
version = "0.3.0"
[dependencies.moonpool-transport]
version = "0.3.0"