ubermind 0.7.0

Process daemon manager with Procfile support
# 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"
name = "ubermind"
version = "0.7.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Process daemon manager with Procfile support"
readme = "README.md"
keywords = [
    "process-manager",
    "daemon",
    "procfile",
    "supervisor",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/mrgnw/ubermind"

[[bin]]
name = "ubermind"
path = "src/main.rs"

[dependencies.axum]
version = "0.8"
features = ["ws"]

[dependencies.libproc]
version = "0.14"

[dependencies.mime_guess]
version = "2"

[dependencies.netstat2]
version = "0.11"

[dependencies.nix]
version = "0.29"
features = [
    "signal",
    "process",
]

[dependencies.owo-colors]
version = "4"

[dependencies.plist]
version = "1"

[dependencies.rust-embed]
version = "8"
features = ["axum"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tower-http]
version = "0.6"
features = ["cors"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"