pukbot 0.3.7

Post disclosed GitHub comments through the Pukbot GitHub App
# 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 = "pukbot"
version = "0.3.7"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Post disclosed GitHub comments through the Pukbot GitHub App"
homepage = "https://gitbot.pulkit.page"
readme = "README.md"
keywords = [
    "github",
    "bot",
    "comments",
    "automation",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/pulkitxm/pukbot"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "string",
]

[dependencies.clap_complete]
version = "4.6"

[dependencies.clap_mangen]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.infer]
version = "0.22"

[dependencies.self-replace]
version = "1.5"

[dependencies.semver]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.tempfile]
version = "3.27"

[lints.clippy.all]
level = "deny"
priority = -1

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

[lints.rust]
unsafe_code = "forbid"

[profile.release]
lto = "thin"
codegen-units = 1
panic = "abort"
strip = "symbols"