1 Star 0 Fork 0

jimmy/browserlify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
jinti 提交于 2024-02-23 14:43 . fix waitload timeout issue
[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"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/jimmylau/browserlify.git
git@gitee.com:jimmylau/browserlify.git
jimmylau
browserlify
browserlify
main

搜索帮助