-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
51 lines (40 loc) · 900 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[package]
name = "rstool"
version = "0.1.4"
edition = "2021"
authors = ["lopo<lopo@zju.edu.cn>"]
description = "a cli tools written in rust"
[lib]
crate-type = ["cdylib"]
[dependencies]
# node-addon support
napi = { version = "2.13.2", default-features = false, features = ["napi4"] }
napi-derive = "2.13.0"
# cli support
clap = { version = "4.0.26", features = ["derive"] }
# Commands::Doc
webbrowser = "0.8.10"
# Commands::Unpack & Commands::Pack
encoding_rs = "0.8.32"
flate2 = "1.0.26"
sevenz-rust = "0.4.3"
tar = "0.4.39"
zip = "0.6.6"
walkdir = '2.3.3'
# Commands::Hash
md-5 = "0.10.5"
ripemd = "0.1.3"
sha1 = "0.10.5"
sha2 = "0.10.7"
sha3 = "0.10.8"
# Commands::Image
image = "0.24.6"
# Commands::Serve
ipconfig = "0.3.1"
rocket = "0.5.0-rc.2"
# ...
font-kit = { version = "0.11.0" }
[build-dependencies]
napi-build = "2.0.1"
[profile.release]
#lto = true # Link-Time Optimization