rust-ci-cd-template 0.2.13

A rust ci/cd template for github
[[bin]]
name = "rust-ci-cd-template"
path = "src/main.rs"

[dependencies]

[lints.clippy]
allow_attributes = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
multiple_unsafe_ops_per_block = "warn"
must_use_candidate = "allow"
undocumented_unsafe_blocks = "warn"

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

[lints.rust]
missing-abi = "warn"
missing_docs = "warn"
unsafe_code = "warn"
unsafe_op_in_unsafe_fn = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A rust ci/cd template for github"
edition = "2021"
license = "CC0-1.0 OR MIT OR Apache-2.0"
name = "rust-ci-cd-template"
readme = "README.md"
repository = "https://github.com/ameknite/rust-ci-cd-template"
rust-version = "1.81.0"
version = "0.2.13"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true