-
Notifications
You must be signed in to change notification settings - Fork 13
/
Cargo.toml
72 lines (61 loc) · 1.46 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[package]
name = "colmsg"
version = "3.2.1"
authors = ["proshunsuke <[email protected]>"]
categories = ["command-line-utilities"]
description="Save the messages of '櫻坂46メッセージ', '日向坂46メッセージ' and '乃木坂46メッセージ' apps to the local."
homepage = "https://github.com/proshunsuke/colmsg"
license = "MIT"
readme = "README.md"
repository = "https://github.com/proshunsuke/colmsg"
edition = "2018"
[features]
default = []
401 = [ "rand" ]
[dependencies]
console = "^0.9.2"
ansi_term = "^0.12.1"
ansi_colours = "^1.0"
dirs = "^2.0.2"
lazy_static = "^1.4.0"
wild = "^2.0.0"
shell-words = "^0.1.0"
chrono = "^0.4.10"
serde_json = "^1.0.0"
walkdir = "^2.3.1"
rayon = "^1.6.1"
regex = "^1.3.5"
url = "^2.1.1"
[dependencies.serde]
version = "^1.0.104"
default-features = false
features = ["derive"]
[dependencies.clap]
version = "^2.33.0"
default-features = false
features = ["suggestions", "color", "wrap_help"]
[dependencies.reqwest]
version = "^0.10.0"
default-features = false
features = ["blocking", "json", "default-tls", "gzip"]
[dependencies.tokio]
version = "^0.2.0"
default-features = false
features = ["full"]
[dependencies.error-chain]
version = "^0.12.2"
default-features = false
features = []
[dependencies.rand]
version = "^0.7.3"
optional = true
[dev-dependencies]
tempdir = "^0.3.7"
assert_cmd = "^0.12.0"
escargot = "^0.5.0"
[build-dependencies]
clap = "^2.33.0"
liquid = "^0.19.0"
lazy_static = "^1.4.0"
[profile.release]
lto = true