[package]
name = "km-crates-publish-test"
version = "1.9.0"
edition = "2021"
rust-version = "1.83.0"
authors = ["Kristof Mattei"]
description = "test"
license = "MIT OR Apache-2.0"
categories = ["development-tools"]
keywords = ["test", "reverse"]
repository = "https://github.com/kristof-mattei/km-crates-publish-test"
[lints.clippy]
all = "warn"
pedantic = "warn"
cargo = "warn"
uninlined-format-args = { level = "allow", priority = 127 }
[lints.rust]
let_underscore_drop = { level = "deny", priority = 127 }
non_ascii_idents = { level = "deny", priority = 127 }
[features]
coverage = []
[dependencies]
[dev-dependencies]