2024-03-22 16:56:36 +00:00
|
|
|
cargo-features = ["profile-rustflags"]
|
2022-10-01 16:58:22 +00:00
|
|
|
[package]
|
2024-03-23 16:27:14 +00:00
|
|
|
name = "gupaxx"
|
2024-08-22 16:31:59 +00:00
|
|
|
version = "1.3.2"
|
2024-03-23 16:27:14 +00:00
|
|
|
authors = ["cyrix126 <gupaxx@baermail.fr>"]
|
|
|
|
description = "Fork of Gupax integrating the XMRvsBeast Raffle "
|
|
|
|
documentation = "https://github.com/cyrix126/gupaxx"
|
2022-10-01 16:58:22 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
cargo/tor/p2pool: clean deps, warn macos arti, fix node overflow
Cargo: Cleanup unused dependencies, enable some build optimizations
Tor: Arti doesn't seem to work on macOS
Even a bare Arti+Hyper request doesn't seem to work, so it's
probably not something to do with Gupax. A lot of issues only
seem to popup in a VM (OpenGL, TLS) even though on bare metal
Gupax runs fine, so Tor might work fine on real macOS but I don't
have real macOS to test it. VM macOS can't create a circuit, so,
disable by default and add a warning that it's unstable.
P2Pool: Let selected_index start at 0, and only +1 when printing
to the user, this makes the overflow math when adding/deleting a
lot more simple because selected_index will match the actual index
of the node vector
2022-11-21 22:16:31 +00:00
|
|
|
[profile.release]
|
2023-04-16 16:49:48 +00:00
|
|
|
panic = "abort"
|
2024-03-22 11:36:40 +00:00
|
|
|
lto = "fat"
|
cargo/tor/p2pool: clean deps, warn macos arti, fix node overflow
Cargo: Cleanup unused dependencies, enable some build optimizations
Tor: Arti doesn't seem to work on macOS
Even a bare Arti+Hyper request doesn't seem to work, so it's
probably not something to do with Gupax. A lot of issues only
seem to popup in a VM (OpenGL, TLS) even though on bare metal
Gupax runs fine, so Tor might work fine on real macOS but I don't
have real macOS to test it. VM macOS can't create a circuit, so,
disable by default and add a warning that it's unstable.
P2Pool: Let selected_index start at 0, and only +1 when printing
to the user, this makes the overflow math when adding/deleting a
lot more simple because selected_index will match the actual index
of the node vector
2022-11-21 22:16:31 +00:00
|
|
|
codegen-units = 1
|
2024-03-22 11:36:40 +00:00
|
|
|
incremental = false
|
|
|
|
strip = "symbols"
|
|
|
|
rustflags = ["-Zlocation-detail=none"]
|
cargo/tor/p2pool: clean deps, warn macos arti, fix node overflow
Cargo: Cleanup unused dependencies, enable some build optimizations
Tor: Arti doesn't seem to work on macOS
Even a bare Arti+Hyper request doesn't seem to work, so it's
probably not something to do with Gupax. A lot of issues only
seem to popup in a VM (OpenGL, TLS) even though on bare metal
Gupax runs fine, so Tor might work fine on real macOS but I don't
have real macOS to test it. VM macOS can't create a circuit, so,
disable by default and add a warning that it's unstable.
P2Pool: Let selected_index start at 0, and only +1 when printing
to the user, this makes the overflow math when adding/deleting a
lot more simple because selected_index will match the actual index
of the node vector
2022-11-21 22:16:31 +00:00
|
|
|
|
2023-05-11 20:37:16 +00:00
|
|
|
[profile.dev]
|
|
|
|
opt-level = 1
|
|
|
|
debug = true
|
|
|
|
strip = "none"
|
|
|
|
debug-assertions = true
|
|
|
|
overflow-checks = true
|
|
|
|
incremental = true
|
|
|
|
|
2022-12-18 02:42:30 +00:00
|
|
|
[features]
|
|
|
|
default = []
|
2024-04-21 12:59:04 +00:00
|
|
|
bundle = []
|
2022-12-18 02:42:30 +00:00
|
|
|
distro = []
|
|
|
|
|
2022-10-01 16:58:22 +00:00
|
|
|
[dependencies]
|
2024-06-15 11:59:14 +00:00
|
|
|
clap = {version="4.5", features=["cargo", "derive"]}
|
2024-05-20 12:49:16 +00:00
|
|
|
anyhow = "1.0.86"
|
2023-05-30 15:42:16 +00:00
|
|
|
benri = "0.1.12"
|
2024-08-20 10:31:07 +00:00
|
|
|
bytes = "1.7.1"
|
2023-05-30 15:42:16 +00:00
|
|
|
dirs = "5.0.1"
|
2022-12-15 21:23:26 +00:00
|
|
|
#--------------------------------------------------------------------------------
|
2024-08-29 13:04:53 +00:00
|
|
|
egui = {git="https://github.com/emilk/egui", rev="343c3d1"}
|
|
|
|
egui_extras = {git="https://github.com/emilk/egui", rev="343c3d1", features = ["image"] }
|
2023-12-28 13:57:29 +00:00
|
|
|
## 2023-12-28: https://github.com/hinto-janai/gupax/issues/68
|
2024-03-18 20:01:36 +00:00
|
|
|
##
|
|
|
|
## 2024-03-18: Both `glow` and `wgpu` seem to crash:
|
|
|
|
## <https://github.com/hinto-janai/gupax/issues/84>
|
|
|
|
## `wgpu` seems to crash on less computers though so...
|
2023-02-06 17:21:25 +00:00
|
|
|
|
2023-12-28 13:57:29 +00:00
|
|
|
## 2023-02-06: The below gets fixed by using the [wgpu] backend instead of [glow]
|
2023-02-06 22:59:51 +00:00
|
|
|
## It also fixes crashes on CPU-based graphics. Only used for Windows.
|
|
|
|
## Using [wgpu] actually crashes macOS (fixed in 0.20.x though).
|
2023-02-06 17:21:25 +00:00
|
|
|
|
2022-12-10 20:35:20 +00:00
|
|
|
#--------------------------------------------------------------------------------
|
2024-08-20 10:31:07 +00:00
|
|
|
env_logger = "0.11.5"
|
2024-05-18 09:41:17 +00:00
|
|
|
figment = { version = "0.10.19", features = ["toml"] }
|
2024-08-20 10:31:07 +00:00
|
|
|
reqwest = {version = "0.12.7", default-features=false, features=["json", "rustls-tls"]}
|
2024-07-25 06:40:37 +00:00
|
|
|
image = { version = "0.25.2", features = ["png"] }
|
|
|
|
log = "0.4.22"
|
2023-05-30 15:42:16 +00:00
|
|
|
num-format = { version = "0.4.4", default-features = false }
|
2024-02-26 18:38:37 +00:00
|
|
|
once_cell = "1.19.0"
|
2023-05-30 15:42:16 +00:00
|
|
|
portable-pty = "0.8.1"
|
2022-10-15 15:24:02 +00:00
|
|
|
rand = "0.8.5"
|
2024-08-20 10:31:07 +00:00
|
|
|
regex = { version = "1.10.6", default-features = false, features = ["perf"] }
|
2024-03-24 12:07:52 +00:00
|
|
|
rfd = "0.14.1"
|
2024-08-29 13:04:53 +00:00
|
|
|
serde = { version = "1.0.209", features = ["rc", "derive"] }
|
|
|
|
serde_json = "1.0.127"
|
|
|
|
sysinfo = { version = "0.31.4", default-features = false, features=["system"] }
|
2024-03-26 07:02:23 +00:00
|
|
|
# tls-api = "0.9.0"
|
2024-08-20 10:31:07 +00:00
|
|
|
tokio = { version = "1.39.3", features = ["rt", "time", "macros", "process", "rt-multi-thread"] }
|
|
|
|
toml = { version = "0.8.19", features = ["preserve_order"] }
|
2024-03-24 12:07:52 +00:00
|
|
|
walkdir = "2.5.0"
|
2024-07-25 06:40:37 +00:00
|
|
|
zeroize = "1.8.1"
|
2024-04-03 16:42:56 +00:00
|
|
|
strsim = "0.11.1"
|
2023-12-25 14:52:24 +00:00
|
|
|
strip-ansi-escapes = "0.2.0"
|
2024-08-20 10:31:07 +00:00
|
|
|
derive_more = {version="1.0.0", default-features=false, features=["display"]}
|
2024-03-04 11:03:14 +00:00
|
|
|
serde-this-or-that = "0.4.2"
|
2024-03-16 15:41:21 +00:00
|
|
|
readable = "0.16"
|
2024-04-21 14:37:04 +00:00
|
|
|
chrono = {version="0.4.38", default-features=false, features=["clock", "std"]}
|
2024-05-20 12:49:16 +00:00
|
|
|
enclose = "1.2.0"
|
2024-04-02 15:08:14 +00:00
|
|
|
bounded-vec-deque = {version="0.1.1", default-features=false}
|
2024-04-21 12:59:04 +00:00
|
|
|
cfg-if = "1.0"
|
2024-08-29 13:04:53 +00:00
|
|
|
flexi_logger = "0.29"
|
2024-08-20 10:31:07 +00:00
|
|
|
# eframe = { version = "0.28.1", features = ["wgpu"] }
|
2024-08-29 13:04:53 +00:00
|
|
|
eframe = {git="https://github.com/emilk/egui", rev="343c3d1", features=["wgpu"]}
|
update: save [Version] to state, use runtime [og: State]
[og: State] is now completely wrapped in an [Arc<Mutex>] so that
when the update is done, it can [.lock()] the CURRENT runtime
settings of the user and save to [gupax.toml] instead of using an
old copy that was given to it at the beginning of the thread.
In practice, this means users can change settings around during
an update and the update finishing and saving to disk won't be
using their old settings, but the current ones. Wrapping all of
[og: State] within in [Arc<Mutex>] might be overkill compared to
message channels but [State] really is just a few [bool]'s, [u*],
and small [String]'s, so it's not much data.
To bypass a deadlock when comparing [og == state] every frame,
[og]'s struct fields get cloned every frame into separate
variables, then it gets compared. This is also pretty stupid, but
again, the data being cloned is so tiny that it doesn't seem to
slow anything down.
2022-11-02 17:58:44 +00:00
|
|
|
# Unix dependencies
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
2024-07-25 06:40:37 +00:00
|
|
|
tar = "0.4.41"
|
cargo/tor/p2pool: clean deps, warn macos arti, fix node overflow
Cargo: Cleanup unused dependencies, enable some build optimizations
Tor: Arti doesn't seem to work on macOS
Even a bare Arti+Hyper request doesn't seem to work, so it's
probably not something to do with Gupax. A lot of issues only
seem to popup in a VM (OpenGL, TLS) even though on bare metal
Gupax runs fine, so Tor might work fine on real macOS but I don't
have real macOS to test it. VM macOS can't create a circuit, so,
disable by default and add a warning that it's unstable.
P2Pool: Let selected_index start at 0, and only +1 when printing
to the user, this makes the overflow math when adding/deleting a
lot more simple because selected_index will match the actual index
of the node vector
2022-11-21 22:16:31 +00:00
|
|
|
flate2 = "1.0"
|
2022-12-10 02:00:33 +00:00
|
|
|
sudo = "0.6.0"
|
2023-06-04 21:38:21 +00:00
|
|
|
# macOS
|
2023-06-01 15:53:03 +00:00
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
|
|
# On apple-darwin targets there is an issue with the native and rustls
|
|
|
|
# tls implementation so this makes it fall back to the openssl variant.
|
|
|
|
#
|
|
|
|
# https://gitlab.torproject.org/tpo/core/arti/-/issues/715
|
2024-03-26 07:02:23 +00:00
|
|
|
# tls-api-openssl = "0.9.0"
|
2023-06-04 13:52:04 +00:00
|
|
|
# `arti-client` with `static` doesn't actually
|
|
|
|
# statically link OpenSSL on macOS, both x64 + ARM.
|
|
|
|
# Should probably file a bug report.
|
2024-03-26 07:02:23 +00:00
|
|
|
# openssl = { version = "0.10", features = ["vendored"] }
|
2023-06-04 13:52:04 +00:00
|
|
|
# We don't even use `xz` in `flate2` but this gets dynamically
|
|
|
|
# linked as well which causes problems, so statically link it.
|
2024-05-18 09:41:17 +00:00
|
|
|
lzma-sys = { version = "0.1", features = ["static"] }
|
2024-03-15 20:40:27 +00:00
|
|
|
[dev-dependencies]
|
2024-08-29 13:04:53 +00:00
|
|
|
egui = {git="https://github.com/emilk/egui", rev="343c3d1", features=["callstack"]}
|
2023-06-01 15:53:03 +00:00
|
|
|
|
2024-03-26 07:02:23 +00:00
|
|
|
# [target.'cfg(not(target_os = "macos"))'.dependencies]
|
|
|
|
# tls-api-native-tls = "0.9.0"
|
2023-06-01 15:53:03 +00:00
|
|
|
|
update: save [Version] to state, use runtime [og: State]
[og: State] is now completely wrapped in an [Arc<Mutex>] so that
when the update is done, it can [.lock()] the CURRENT runtime
settings of the user and save to [gupax.toml] instead of using an
old copy that was given to it at the beginning of the thread.
In practice, this means users can change settings around during
an update and the update finishing and saving to disk won't be
using their old settings, but the current ones. Wrapping all of
[og: State] within in [Arc<Mutex>] might be overkill compared to
message channels but [State] really is just a few [bool]'s, [u*],
and small [String]'s, so it's not much data.
To bypass a deadlock when comparing [og == state] every frame,
[og]'s struct fields get cloned every frame into separate
variables, then it gets compared. This is also pretty stupid, but
again, the data being cloned is so tiny that it doesn't seem to
slow anything down.
2022-11-02 17:58:44 +00:00
|
|
|
# Windows dependencies
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
2024-03-26 07:02:23 +00:00
|
|
|
# glow start on windows but not wgpu
|
2024-05-18 09:41:17 +00:00
|
|
|
# need the same version that eframe is using with egui_wgpu
|
|
|
|
# feature angle to enable support for old cpu on Windows
|
2024-08-20 10:31:07 +00:00
|
|
|
wgpu = {version = "22.1.0", features=["angle"]}
|
|
|
|
zip = "2.2.0"
|
2022-12-10 02:00:33 +00:00
|
|
|
is_elevated = "0.1.2"
|
2022-10-01 16:58:22 +00:00
|
|
|
|
update: save [Version] to state, use runtime [og: State]
[og: State] is now completely wrapped in an [Arc<Mutex>] so that
when the update is done, it can [.lock()] the CURRENT runtime
settings of the user and save to [gupax.toml] instead of using an
old copy that was given to it at the beginning of the thread.
In practice, this means users can change settings around during
an update and the update finishing and saving to disk won't be
using their old settings, but the current ones. Wrapping all of
[og: State] within in [Arc<Mutex>] might be overkill compared to
message channels but [State] really is just a few [bool]'s, [u*],
and small [String]'s, so it's not much data.
To bypass a deadlock when comparing [og == state] every frame,
[og]'s struct fields get cloned every frame into separate
variables, then it gets compared. This is also pretty stupid, but
again, the data being cloned is so tiny that it doesn't seem to
slow anything down.
2022-11-02 17:58:44 +00:00
|
|
|
# For Windows build (icon)
|
2022-10-31 20:08:25 +00:00
|
|
|
[target.'cfg(windows)'.build-dependencies]
|
|
|
|
winres = "0.1.12"
|
2022-12-10 20:35:20 +00:00
|
|
|
static_vcruntime = "2.0"
|
2022-10-01 16:58:22 +00:00
|
|
|
|
update: save [Version] to state, use runtime [og: State]
[og: State] is now completely wrapped in an [Arc<Mutex>] so that
when the update is done, it can [.lock()] the CURRENT runtime
settings of the user and save to [gupax.toml] instead of using an
old copy that was given to it at the beginning of the thread.
In practice, this means users can change settings around during
an update and the update finishing and saving to disk won't be
using their old settings, but the current ones. Wrapping all of
[og: State] within in [Arc<Mutex>] might be overkill compared to
message channels but [State] really is just a few [bool]'s, [u*],
and small [String]'s, so it's not much data.
To bypass a deadlock when comparing [og == state] every frame,
[og]'s struct fields get cloned every frame into separate
variables, then it gets compared. This is also pretty stupid, but
again, the data being cloned is so tiny that it doesn't seem to
slow anything down.
2022-11-02 17:58:44 +00:00
|
|
|
# For macOS build (cargo-bundle)
|
2022-10-31 20:08:25 +00:00
|
|
|
[package.metadata.bundle]
|
2024-03-23 16:27:14 +00:00
|
|
|
name = "Gupaxx"
|
|
|
|
identifier = "com.github.cyrix126.gupaxx"
|
2022-11-02 22:18:41 +00:00
|
|
|
icon = ["images/icons/icon@2x.png"]
|
2022-12-22 16:03:38 +00:00
|
|
|
category = "public.app-category.utilities"
|