# 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 = "horust-commands-lib"
version = "0.1.0"
authors = ["Federico Ponzi <me@fponzi.me>"]
build = false
include = [
    "src/**/*",
    "Cargo.*",
    "../LICENSE.txt",
    "README.md",
    "/example_services/**/*",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A complete supervisor and init system, designed for running in containers."
homepage = "https://github.com/FedericoPonzi/horust"
readme = "README.md"
keywords = [
    "init",
    "container",
    "supervisor",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/FedericoPonzi/horust"

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

[dependencies.anyhow]
version = "~1.0"

[dependencies.log]
version = "~0.4"

[dependencies.prost]
version = "~0.13"

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

[dependencies.serde_json]
version = "~1.0"

[dev-dependencies.env_logger]
version = "~0.11"

[build-dependencies.prost-build]
version = "~0.13"