代码拉取完成,页面将自动刷新
[package]
name = "browserlify"
version = "0.1.0"
edition = "2021"
description = "A browser service with a REST API"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["remote", "headless", "content"]
remote = []
headless = []
content = ["headless"]
[dependencies]
axum = { version = "0.7.4", features = ["ws", "json"] }
chromiumoxide = { version = "0.5.7", features = [
"tokio-runtime",
"bytes",
], default-features = false }
clap = { version = "4.4.17", features = ["derive"] }
log = "0.4.20"
env_logger = "0.11.1"
chrono = "0.4.31"
serde = { version = "1.0.195" }
serde_json = "1.0.111"
uuid = { version = "1.6.1", features = ["v4"] }
futures = "0.3.30"
tokio = { version = "1.35.1", features = ["full"] }
tokio-tungstenite = "0.21.0"
url = "2.5.0"
reqwest = "0.11.23"
urlencoding = "2.1.3"
lazy_static = "1.4.0"
tower-http = { version = "0.5.1", features = ["full"] }
lopdf = "0.32.0"
rand = "0.8.5"
which = "6.0.0"
tempfile = "3.2.0"
regex = "1.10.3"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。