[package]
edition = "2024"
name = "kamft"
version = "0.0.10"
authors = ["shawn <kamft@qq.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tools"
homepage = "https://cnb.cool/kamft/sprs.git"
readme = "README.md"
keywords = ["kamft"]
categories = ["config"]
license = "MIT"
repository = "https://cnb.cool/kamft/sprs.git"
resolver = "2"
[package.metadata]
category = "config"
exclude = [
"publish.sh",
".env",
".env.*",
"docker-compose.yaml",
"docker.sh",
"Dockerfile",
]
[features]
[lib]
name = "kamft"
path = "src/lib.rs"
proc-macro = false
[[bin]]
name = "kamft"
path = "src/main.rs"
[lints.rust]
dead_code = "allow"
missing_debug_implementations = "warn"
unused_assignments = "allow"
unused_imports = "allow"
unused_mut = "allow"