# 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" version = "0.1.6" authors = ["Federico Ponzi "] include = [ "src/**/*", "Cargo.*", "LICENSE.txt", "README.md", "/example_services/**/*", ] 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" [profile.release] strip = "symbols" [dependencies.anyhow] version = "~1.0" [dependencies.clap] version = "~4.0" features = ["derive"] [dependencies.crossbeam] version = "~0.8" [dependencies.env_logger] version = "~0.9" [dependencies.humantime-serde] version = "~1.1" [dependencies.libc] version = "~0.2" [dependencies.log] version = "~0.4" [dependencies.maplit] version = "~1.0" [dependencies.nix] version = "~0.25" [dependencies.reqwest] version = "~0.11" features = [ "blocking", "json", ] optional = true default-features = false [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.shellexpand] version = "~2.1" [dependencies.shlex] version = "~1.1" [dependencies.thiserror] version = "~1.0" [dependencies.toml] version = "~0.5" [dev-dependencies.assert_cmd] version = "~2.0" [dev-dependencies.predicates] version = "~2.1" [dev-dependencies.rand] version = "~0.8" [dev-dependencies.tempdir] version = "~0.3" [features] default = ["http-healthcheck"] http-healthcheck = ["reqwest"]