# 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 = "2021" rust-version = "1.81.0" name = "rust-ci-cd-template" version = "0.2.9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust ci/cd template for github" readme = "README.md" license = "CC0-1.0 OR MIT OR Apache-2.0" repository = "https://github.com/ameknite/rust-ci-cd-template" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[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"