knife-util 0.2.0

一个为 knife 项目提供通用工具和功能的 Rust 库
Documentation
[dependencies.anyhow]
version = "1.0.100"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.toml]
version = "0.9.8"

[dependencies.tracing-subscriber]
version = "0.3.20"

[lib]
name = "knife_util"
path = "src/lib.rs"

[package]
authors = ["Cai Huajiang <ocaso1987@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "一个为 knife 项目提供通用工具和功能的 Rust 库"
edition = "2024"
exclude = []
keywords = ["knife", "utility"]
license = "Apache-2.0"
name = "knife-util"
readme = "README.md"
repository = "https://gitee.com/ocaso1987/knife-util-rust"
version = "0.2.0"

[[test]]
name = "error_tests"
path = "tests/error_tests.rs"

[[test]]
name = "merge_tests"
path = "tests/merge_tests.rs"

[[test]]
name = "path_tests"
path = "tests/path_tests.rs"

[[test]]
name = "toml_tests"
path = "tests/toml_tests.rs"