A software license tool。
bash
cargo install kurapika
```bash
$ kr-approver -h kurapika 0.1.0 endruz endruz@foxmail.com A software license tool
USAGE:
kr-approver [OPTIONS]
ARGS:
OPTIONS: -h, --help Print help information -s, --show Print authentication information -V, --version Print version information
$ cat reg.toml appname = "XXX-service" customername = "XXXX公司" deploydate = "2022-09-01" expiredate = "2022-09-30"
$ kr-approver reg.toml Generate auth code successfully!
$ kr-approver -s reg.toml Generate auth code successfully! Print authentication information:
appname = "XXX-service" customername = "XXXX公司" deploydate = "2022-09-01" expiredate = "2022-09-30" baseboardid = "****" cpu_id = "* * * * * * * *"
$ kr-checker -h kurapika 0.1.0 endruz endruz@foxmail.com A software license tool
USAGE: kr-checker
OPTIONS: -h, --help Print help information -V, --version Print version information
$ kr-checker Verification passed !!! ```
Licensed under the MIT License.