[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.log]
version = "0.4"
[dependencies.tokio]
features = ["rt", "net", "io-util", "sync"]
version = "1"
[package]
authors = ["Jose Salazar <znx3p0@gmail.com>"]
description = """
CAPITAN | Supervisor tree library
Capitan allows you to create and configure services and supervisor trees through reactors and services.
"""
documentation = "https://docs.rs/capitan-lib/"
edition = "2018"
license = "MIT"
name = "capitan-lib"
repository = "https://github.com/znx3p0/capitan-lib"
version = "0.3.0"