Documentation
# 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 = "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"