Skip to content

Commit b5e700f

Browse files
committed
chore(crate): add full missing features
1 parent 7a3bb70 commit b5e700f

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

Cargo.toml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,29 @@ napi-derive = "2"
1616
num_cpus = "1"
1717
serde = "1"
1818
serde_json = "1"
19-
spider = { version = "2", default-features = false, features = ["cron", "regex", "cookies", "socks", "chrome", "control", "chrome_intercept", "cache", "openai", "serde", "real_browser", "headers", "reqwest_rustls_tls", "io_uring" ] }
19+
spider = { version = "2", default-features = false, features = [
20+
"cron",
21+
"regex",
22+
"cookies",
23+
"socks",
24+
"chrome",
25+
"control",
26+
"chrome_intercept",
27+
"cache",
28+
"openai",
29+
"serde",
30+
"real_browser",
31+
"headers",
32+
"reqwest_rustls_tls",
33+
"io_uring",
34+
"sync",
35+
"disk",
36+
"cookies",
37+
"ua_generator",
38+
"encoding",
39+
"string_interner_buffer_backend",
40+
"balance"
41+
] }
2042
spider_scraper = "0.1"
2143

2244
[build-dependencies]

0 commit comments

Comments
 (0)