[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"