mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-23 20:36:09 +02:00
378ece5ea5
Bumps the rust-dependencies group in /src-tauri with 17 updates: | Package | From | To | | --- | --- | --- | | [zip](https://github.com/zip-rs/zip2) | `8.2.0` | `8.3.0` | | [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) | `0.5.2` | `0.6.1` | | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.28.0` | `0.29.0` | | [smoltcp](https://github.com/smoltcp-rs/smoltcp) | `0.12.0` | `0.13.0` | | [borsh](https://github.com/near/borsh-rs) | `1.6.0` | `1.6.1` | | [borsh-derive](https://github.com/near/borsh-rs) | `1.6.0` | `1.6.1` | | [embed-resource](https://github.com/nabijaczleweli/rust-embed-resource) | `3.0.6` | `3.0.7` | | [euclid](https://github.com/servo/euclid) | `0.22.13` | `0.22.14` | | [heapless](https://github.com/rust-embedded/heapless) | `0.8.0` | `0.9.2` | | [itoa](https://github.com/dtolnay/itoa) | `1.0.17` | `1.0.18` | | [num_enum](https://github.com/illicitonion/num_enum) | `0.7.5` | `0.7.6` | | [num_enum_derive](https://github.com/illicitonion/num_enum) | `0.7.5` | `0.7.6` | | [toml_parser](https://github.com/toml-rs/toml) | `1.0.9+spec-1.1.0` | `1.0.10+spec-1.1.0` | | [toml_writer](https://github.com/toml-rs/toml) | `1.0.6+spec-1.1.0` | `1.0.7+spec-1.1.0` | | [wry](https://github.com/tauri-apps/wry) | `0.54.3` | `0.54.4` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.42` | `0.8.47` | | [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.42` | `0.8.47` | Updates `zip` from 8.2.0 to 8.3.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v8.2.0...v8.3.0) Updates `bzip2` from 0.5.2 to 0.6.1 - [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases) - [Commits](https://github.com/trifectatechfoundation/bzip2-rs/compare/v0.5.2...v0.6.1) Updates `tokio-tungstenite` from 0.28.0 to 0.29.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.28.0...v0.29.0) Updates `smoltcp` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/smoltcp-rs/smoltcp/releases) - [Changelog](https://github.com/smoltcp-rs/smoltcp/blob/main/CHANGELOG.md) - [Commits](https://github.com/smoltcp-rs/smoltcp/compare/v0.12.0...v0.13.0) Updates `borsh` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/near/borsh-rs/releases) - [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/near/borsh-rs/compare/borsh-v1.6.0...borsh-v1.6.1) Updates `borsh-derive` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/near/borsh-rs/releases) - [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/near/borsh-rs/compare/borsh-derive-v1.6.0...borsh-derive-v1.6.1) Updates `embed-resource` from 3.0.6 to 3.0.7 - [Release notes](https://github.com/nabijaczleweli/rust-embed-resource/releases) - [Commits](https://github.com/nabijaczleweli/rust-embed-resource/compare/v3.0.6...v3.0.7) Updates `euclid` from 0.22.13 to 0.22.14 - [Release notes](https://github.com/servo/euclid/releases) - [Commits](https://github.com/servo/euclid/commits) Updates `heapless` from 0.8.0 to 0.9.2 - [Release notes](https://github.com/rust-embedded/heapless/releases) - [Changelog](https://github.com/rust-embedded/heapless/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/heapless/commits) Updates `itoa` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](https://github.com/dtolnay/itoa/compare/1.0.17...1.0.18) Updates `num_enum` from 0.7.5 to 0.7.6 - [Commits](https://github.com/illicitonion/num_enum/compare/0.7.5...0.7.6) Updates `num_enum_derive` from 0.7.5 to 0.7.6 - [Commits](https://github.com/illicitonion/num_enum/compare/0.7.5...0.7.6) Updates `toml_parser` from 1.0.9+spec-1.1.0 to 1.0.10+spec-1.1.0 - [Commits](https://github.com/toml-rs/toml/compare/toml_parser-v1.0.9...toml_parser-v1.0.10) Updates `toml_writer` from 1.0.6+spec-1.1.0 to 1.0.7+spec-1.1.0 - [Commits](https://github.com/toml-rs/toml/compare/toml_writer-v1.0.6...toml_writer-v1.0.7) Updates `wry` from 0.54.3 to 0.54.4 - [Release notes](https://github.com/tauri-apps/wry/releases) - [Changelog](https://github.com/tauri-apps/wry/blob/dev/CHANGELOG.md) - [Commits](https://github.com/tauri-apps/wry/compare/wry-v0.54.3...wry-v0.54.4) Updates `zerocopy` from 0.8.42 to 0.8.47 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/compare/v0.8.42...v0.8.47) Updates `zerocopy-derive` from 0.8.42 to 0.8.47 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/compare/v0.8.42...v0.8.47) --- updated-dependencies: - dependency-name: zip dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: bzip2 dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: tokio-tungstenite dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: smoltcp dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: borsh dependency-version: 1.6.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: borsh-derive dependency-version: 1.6.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: embed-resource dependency-version: 3.0.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: euclid dependency-version: 0.22.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: heapless dependency-version: 0.9.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: itoa dependency-version: 1.0.18 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: num_enum dependency-version: 0.7.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: num_enum_derive dependency-version: 0.7.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml_parser dependency-version: 1.0.10+spec-1.1.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml_writer dependency-version: 1.0.7+spec-1.1.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: wry dependency-version: 0.54.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: zerocopy dependency-version: 0.8.47 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: zerocopy-derive dependency-version: 0.8.47 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
193 lines
5.1 KiB
TOML
193 lines
5.1 KiB
TOML
[package]
|
|
name = "donutbrowser"
|
|
version = "0.17.6"
|
|
description = "Simple Yet Powerful Anti-Detect Browser"
|
|
authors = ["zhom@github"]
|
|
edition = "2021"
|
|
default-run = "donutbrowser"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
# The `_lib` suffix may seem redundant but it is necessary
|
|
# to make the lib name unique and wouldn't conflict with the bin name.
|
|
# This seems to be only an issue on Windows, see https://github.com/rust-lang/cargo/issues/8519
|
|
name = "donutbrowser_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
doctest = false
|
|
|
|
[[bin]]
|
|
name = "donutbrowser"
|
|
path = "src/main.rs"
|
|
|
|
[[bin]]
|
|
name = "donut-proxy"
|
|
path = "src/bin/proxy_server.rs"
|
|
|
|
[[bin]]
|
|
name = "donut-daemon"
|
|
path = "src/bin/donut_daemon.rs"
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|
|
resvg = "0.47"
|
|
|
|
[dependencies]
|
|
serde_json = "1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
tauri = { version = "2", features = ["devtools", "test"] }
|
|
tauri-plugin-opener = "2"
|
|
tauri-plugin-fs = "2"
|
|
tauri-plugin-shell = "2"
|
|
tauri-plugin-deep-link = "2"
|
|
tauri-plugin-single-instance = "2"
|
|
tauri-plugin-dialog = "2"
|
|
tauri-plugin-macos-permissions = "2"
|
|
tauri-plugin-log = "2"
|
|
log = "0.4"
|
|
env_logger = "0.11"
|
|
|
|
directories = "6"
|
|
reqwest = { version = "0.13", default-features = false, features = ["native-tls", "json", "stream", "socks", "charset", "http2", "system-proxy"] }
|
|
tokio = { version = "1", features = ["full", "sync"] }
|
|
tokio-util = "0.7"
|
|
sysinfo = "0.38"
|
|
lazy_static = "1.5"
|
|
base64 = "0.22"
|
|
libc = "0.2"
|
|
async-trait = "0.1"
|
|
futures-util = "0.3"
|
|
zip = { version = "8", default-features = false, features = ["deflate-flate2"] }
|
|
tar = "0"
|
|
bzip2 = "0"
|
|
flate2 = "1"
|
|
lzma-rs = "0"
|
|
msi-extract = "0"
|
|
|
|
uuid = { version = "1.20", features = ["v4", "serde"] }
|
|
url = "2.5"
|
|
blake3 = "1"
|
|
globset = "0.4"
|
|
mime_guess = "2"
|
|
once_cell = "1"
|
|
urlencoding = "2.1"
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
chrono-tz = "0.10"
|
|
axum = { version = "0.8.8", features = ["ws"] }
|
|
tower = "0.5"
|
|
tower-http = { version = "0.6", features = ["cors"] }
|
|
rand = "0.10.0"
|
|
utoipa = { version = "5", features = ["axum_extras", "chrono"] }
|
|
utoipa-axum = "0.2"
|
|
argon2 = "0.5"
|
|
aes-gcm = "0.10"
|
|
aes = "0.8"
|
|
cbc = "0.1"
|
|
pbkdf2 = "0.12"
|
|
sha1 = "0.10"
|
|
hyper = { version = "1.8", features = ["full"] }
|
|
hyper-util = { version = "0.1", features = ["full"] }
|
|
http-body-util = "0.1"
|
|
clap = { version = "4", features = ["derive"] }
|
|
async-socks5 = "0.6"
|
|
|
|
# Camoufox/Playwright integration
|
|
playwright = { git = "https://github.com/sctg-development/playwright-rust", branch = "master" }
|
|
|
|
# Wayfern CDP integration
|
|
tokio-tungstenite = { version = "0.29", features = ["native-tls"] }
|
|
rusqlite = { version = "0.39", features = ["bundled"] }
|
|
serde_yaml = "0.9"
|
|
thiserror = "2.0"
|
|
regex-lite = "0.1"
|
|
tempfile = "3"
|
|
maxminddb = "0.27"
|
|
quick-xml = { version = "0.39", features = ["serialize"] }
|
|
|
|
# VPN support
|
|
boringtun = "0.7"
|
|
smoltcp = { version = "0.13", default-features = false, features = ["std", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-tcp", "socket-udp"] }
|
|
|
|
# Daemon dependencies (tray icon)
|
|
tray-icon = "0.21"
|
|
muda = "0.17"
|
|
tao = "0.34"
|
|
image = "0.25"
|
|
dirs = "6"
|
|
crossbeam-channel = "0.5"
|
|
sys-locale = "0.3"
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
nix = { version = "0.31", features = ["signal", "process"] }
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
core-foundation = "0.10"
|
|
objc2 = "0.6.3"
|
|
objc2-app-kit = { version = "0.3.2", features = ["NSWindow", "NSApplication", "NSRunningApplication"] }
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
winreg = "0.56"
|
|
windows = { version = "0.62", features = [
|
|
"Win32_Foundation",
|
|
"Win32_System_ProcessStatus",
|
|
"Win32_System_Threading",
|
|
"Win32_System_Diagnostics_Debug",
|
|
"Win32_System_SystemInformation",
|
|
"Win32_System_IO",
|
|
"Win32_Security",
|
|
"Win32_Storage_FileSystem",
|
|
"Win32_System_Registry",
|
|
"Win32_UI_Shell",
|
|
] }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.24.0"
|
|
wiremock = "0.6"
|
|
hyper = { version = "1.8", features = ["full"] }
|
|
hyper-util = { version = "0.1", features = ["full"] }
|
|
http-body-util = "0.1"
|
|
tower = "0.5"
|
|
tower-http = { version = "0.6", features = ["fs", "trace"] }
|
|
futures-util = "0.3"
|
|
serial_test = "3"
|
|
|
|
# Integration test configuration
|
|
[[test]]
|
|
name = "donut_proxy_integration"
|
|
path = "tests/donut_proxy_integration.rs"
|
|
|
|
[[test]]
|
|
name = "sync_e2e"
|
|
path = "tests/sync_e2e.rs"
|
|
|
|
[[test]]
|
|
name = "vpn_integration"
|
|
path = "tests/vpn_integration.rs"
|
|
|
|
[profile.dev]
|
|
codegen-units = 256
|
|
incremental = true
|
|
opt-level = 0
|
|
# Split debuginfo on macOS for faster linking (ignored on other platforms)
|
|
split-debuginfo = "unpacked"
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
opt-level = 3
|
|
lto = "thin"
|
|
# Split debuginfo on macOS for faster linking (ignored on other platforms)
|
|
split-debuginfo = "unpacked"
|
|
|
|
[profile.test]
|
|
# Optimize test builds for faster compilation
|
|
codegen-units = 256
|
|
incremental = true
|
|
|
|
[features]
|
|
# by default Tauri runs in production mode
|
|
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` points to the filesystem
|
|
default = ["custom-protocol"]
|
|
# this feature is used used for production builds where `devPath` points to the filesystem
|
|
# DO NOT remove this
|
|
custom-protocol = ["tauri/custom-protocol"]
|