[dependencies.libc]
version = "0.2"
[dependencies.log]
version = "0.4"
[dependencies.tokio]
features = ["rt-multi-thread", "time"]
version = "1"
[dev-dependencies.test-log]
version = "0.2"
[package]
authors = ["Brenden Matthews <brenden@brndn.io>"]
categories = []
description = "Supervision trees for Tokio-based services inspired by Erlang/OTP"
documentation = "https://docs.rs/supertrees"
edition = "2021"
keywords = []
license = "LGPL-3.0-only"
name = "supertrees"
readme = "README.md"
repository = "https://github.com/brndnmtthws/supertrees"
rust-version = "1.75"
version = "0.1.0"