hyrced 0.1.0-dev

Daemon providing remote command execution over HTTP
Documentation
[[bin]]
name = "hyrced"
path = "src/main.rs"

[build-dependencies.vergen-git2]
version = "1.0"

[dependencies.actix-files]
version = "0.6"

[dependencies.actix-web]
version = "4.10"

[dependencies.askama]
version = "0.13"

[dependencies.docopt]
version = "1.1"

[dependencies.mime]
version = "0.3"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Jérémie Roquet <jroquet@arkanosis.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities"]
description = "Daemon providing remote command execution over HTTP"
documentation = "https://github.com/Arkanosis/hyrced"
edition = "2024"
homepage = "https://github.com/Arkanosis/hyrced"
keywords = ["remote", "command", "execution", "rce", "http"]
license = "ISC"
name = "hyrced"
readme = "README.md"
repository = "https://github.com/Arkanosis/hyrced"
version = "0.1.0-dev"

[[test]]
name = "version"
path = "tests/version.rs"