regitry-code 0.1.1

regitry-code 是一个使用 SM2 国密算法进行加密、解密和生成注册码的命令行工具
Documentation
[[bin]]
name = "regitry-code"
path = "src/main.rs"

[dependencies.base64]
version = "0.13"

[dependencies.chrono]
version = "0.4.39"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.smcrypto]
version = "0.3.1"

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

[package]
authors = ["Sivan <sivanliaobil@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "regitry-code 是一个使用 SM2 国密算法进行加密、解密和生成注册码的命令行工具"
edition = "2021"
license = "MIT"
name = "regitry-code"
readme = "README.md"
repository = "https://github.com/sivanbil/encrypt-utils-rust.git"
version = "0.1.1"