weap 0.1.3

一个简单实用的命令行小工具
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 = "weap"
version = "0.1.3"
authors = ["Art <weapon.artx@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "一个简单实用的命令行小工具"
homepage = "https://github.com/byteweap/weap"
documentation = "https://docs.rs/weap"
readme = "README.md"
keywords = [
    "cli",
    "uuid",
    "password",
    "hash",
    "base64",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/byteweap/weap"

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

[[bin]]
name = "weap"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4.40"

[dependencies.chrono-tz]
version = "0.10.3"

[dependencies.clap]
version = "4.5.36"
features = ["derive"]

[dependencies.md5]
version = "0.7"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sysinfo]
version = "0.34.2"

[dependencies.uuid]
version = "1.7.0"
features = ["v4"]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"