tengu 0.1.1

Self-hosted PaaS for deploying web applications via git push
Documentation
# 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"
rust-version = "1.85"
name = "tengu"
version = "0.1.1"
authors = ["Chi <chi@saiden.pl>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "LICENSE.md",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Self-hosted PaaS for deploying web applications via git push"
homepage = "https://tengu.to"
documentation = "https://docs.rs/tengu"
readme = "README.md"
keywords = [
    "paas",
    "deploy",
    "docker",
    "git",
    "self-hosted",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "web-programming",
]
license-file = "LICENSE.md"
repository = "https://github.com/saidenpl/tengu"

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

[dependencies]

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"