[dependencies]
[dev-dependencies]
[features]
coverage = []
[lib]
name = "km_crates_publish_test"
path = "src/lib.rs"
[lints.clippy]
all = "warn"
cargo = "warn"
pedantic = "warn"
[lints.clippy.uninlined-format-args]
level = "allow"
priority = 127
[lints.rust.let_underscore_drop]
level = "deny"
priority = 127
[lints.rust.non_ascii_idents]
level = "deny"
priority = 127
[package]
authors = ["Kristof Mattei"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "test"
edition = "2021"
keywords = ["test", "reverse"]
license = "MIT OR Apache-2.0"
name = "km-crates-publish-test"
readme = "README.md"
repository = "https://github.com/kristof-mattei/km-crates-publish-test"
rust-version = "1.83.0"
version = "1.9.0"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"