appcore-supervisor 1.0.1

Dependency-aware managed-service supervision with bounded restart policy
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"
rust-version = "1.89"
name = "appcore-supervisor"
version = "1.0.1"
authors = ["dnettoRaw"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dependency-aware managed-service supervision with bounded restart policy"
homepage = "https://wiki.appcore.dnettoraw.com/"
readme = "README.en.md"
keywords = [
    "runtime",
    "supervisor",
    "health",
    "services",
    "appcore",
]
categories = [
    "development-tools",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/dnettoRaw/app-core-public"

[package.metadata.appcore]
layer = "standalone"
versioning = "independent"

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

[dependencies]