-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
56 lines (53 loc) · 1.51 KB
/
Copy pathCargo.toml
File metadata and controls
56 lines (53 loc) · 1.51 KB
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
[workspace]
resolver = "2"
members = [
"crates/oxibrowser",
"crates/oxibrowser-cdp",
"crates/oxibrowser-core",
"crates/oxibrowser-webapi",
]
[workspace.package]
version = "0.16.0"
edition = "2024"
license = "MIT"
authors = ["Oxios Team"]
repository = "https://github.com/a7garden/oxibrowser"
homepage = "https://github.com/a7garden/oxibrowser"
readme = "README.md"
keywords = ["browser", "headless", "cdp", "automation", "dom"]
categories = ["web-programming", "parser-implementations"]
rust-version = "1.96"
[workspace.dependencies]
tokio = { version = "1", features = ["full"] }
futures = "0.3"
async-trait = "0.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
anyhow = "1"
thiserror = "2"
tracing = { version = "0.1", features = ["attributes"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
wreq = { version = "=6.0.0-rc.29", features = ["json", "form"] }
wreq-util = "3.0.0-rc"
http-body-util = "0.1"
hyper = { version = "1", features = ["server", "client", "http1"] }
hyper-util = { version = "0.1", features = ["tokio"] }
tokio-tungstenite = "0.26"
image = "0.25"
url = "2"
html5ever = "0.29"
markup5ever = "0.14"
string_cache = "0.8"
log = "0.4"
encoding_rs = "0.8"
bytes = "1"
uuid = { version = "1", features = ["v4", "serde"] }
parking_lot = "0.12"
sha1 = "0.10"
base64 = "0.22"
boa_engine = "0.20"
boa_gc = "0.20"
getrandom = "0.3"
[workspace.metadata.release]
version = "0.14.1"