-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCargo.toml
109 lines (105 loc) · 2.45 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[package]
name = "mikack"
version = "0.1.0-dev"
authors = ["Hentioe <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.10", features = ["blocking", "cookies", "json"] }
scraper = "0.11.0"
failure = "0.1.6"
lazy_static = "1.4.0"
regex = "1.3.3"
quick-js = { git = "https://github.com/Hentioe/quickjs-rs", branch = "bugfix"}
url = "2.1.1"
encoding_rs = "0.8.22"
serde = "1.0.104"
serde_json = "1.0.47"
base64 = "0.11.0"
duang = "0.1.2"
paste = "0.1.6"
num = "0.2.1"
num-derive = "0.3.0"
num-traits = "0.2.11"
percent-encoding = "2.1.0"
quote = "1.0"
[features]
default = ["sources-all"]
sources-all = [
# "www.bidongmh.com", // 上游已无法访问
"www.bnmanhua.com",
"www.cartoonmad.com",
"www.comico.com.tw",
"www.dm5.com",
"manhua.dmzj.com",
"e-hentai.org",
"18h.animezilla.com",
"www.gufengmh8.com",
"c-upp.com",
"www.hhimm.com",
"comic.ikkdm.com",
"www.kuaikanmanhua.com",
"loveheaven.net",
"www.luscious.net",
"www.mangabz.com",
"manganelo.com",
"www.mangareader.net",
"www.manhuadui.com",
"www.manhuadb.com",
"www.manhuagui.com",
"www.manhuapu.com",
"www.mkzhan.com",
"nhentai.net",
"9hentai.com",
"www.90mh.com",
"www.177pic.info",
"www.onemanhua.com",
"www.pufei8.com",
"www.qimiaomh.com",
"www.tohomh123.com",
"www.tvbsmh.com",
"twhentai.com",
"www.2animx.com",
"www.wnacg.org",
"www.wuqimh.com",
"www.177mh.net",
# "8comic.se", // 上游已无法访问
]
"www.bidongmh.com" = []
"www.bnmanhua.com" = []
"www.cartoonmad.com" = []
"www.comico.com.tw" = []
"www.dm5.com" = []
"manhua.dmzj.com" = []
"e-hentai.org" = []
"18h.animezilla.com" = []
"www.gufengmh8.com" = []
"c-upp.com" = []
"www.hhimm.com" = []
"comic.ikkdm.com" = []
"www.kuaikanmanhua.com" = []
"loveheaven.net" = []
"www.luscious.net" = []
"www.mangabz.com" = []
"manganelo.com" = []
"www.mangareader.net" = []
"www.manhuadui.com" = []
"www.manhuadb.com" = []
"www.manhuagui.com" = []
"www.manhuapu.com" = []
"www.mkzhan.com" = []
"nhentai.net" = []
"9hentai.com" = []
"www.90mh.com" = []
"www.177pic.info" = []
"www.onemanhua.com" = []
"www.pufei8.com" = []
"www.qimiaomh.com" = []
"www.tohomh123.com" = []
"www.tvbsmh.com" = []
"twhentai.com" = []
"www.2animx.com" = []
"www.wnacg.org" = []
"www.wuqimh.com" = []
"www.177mh.net" = []
"8comic.se" = []