ryra 0.1.1

A tool to test and deploy self-hosted services on a Linux server using rootless Podman and systemd. Built-in VM testing gives AI agents fast feedback loops for building infrastructure and deploying apps.
# 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 = "2024"
name = "ryra"
version = "0.1.1"
authors = ["Erlend Ravn Ryan <erlendryan@pm.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to test and deploy self-hosted services on a Linux server using rootless Podman and systemd. Built-in VM testing gives AI agents fast feedback loops for building infrastructure and deploying apps."
homepage = "https://ryra.dev"
readme = "README.md"
keywords = [
    "self-hosting",
    "podman",
    "systemd",
    "cli",
    "linux",
]
categories = ["command-line-utilities"]
license = "AGPL-3.0-or-later"
repository = "https://github.com/ryanravn/ryra"

[package.metadata.deb]
name = "ryra"
maintainer = "Erlend Ravn Ryan <erlendryan@pm.me>"
section = "utils"
priority = "optional"

[[package.metadata.generate-rpm.assets]]
source = "target/release/ryra"
dest = "/usr/bin/ryra"
mode = "0755"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"
features = ["fuzzy-select"]

[dependencies.ryra-core]
version = "0.1.1"

[dependencies.ryra-test]
version = "0.1.1"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "process",
]

[dependencies.url]
version = "2"