mirror of
https://github.com/hinto-janai/gupax.git
synced 2024-11-17 01:37:52 +00:00
55 lines
1.2 KiB
TOML
55 lines
1.2 KiB
TOML
[package]
|
|
name = "gupax"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.65"
|
|
arti-client = "0.7.0"
|
|
arti-hyper = "0.7.0"
|
|
bytes = "1.2.1"
|
|
chrono = "0.4.22"
|
|
dirs = "4.0.0"
|
|
eframe = "0.19.0"
|
|
egui = "0.19.0"
|
|
egui_extras = { version = "0.19.0", features = ["image"] }
|
|
env_logger = "0.9.1"
|
|
figment = { version = "0.10.8", features = ["toml"] }
|
|
flate2 = "1.0"
|
|
hex-literal = "0.3.4"
|
|
hyper = "0.14.20"
|
|
hyper-tls = "0.5.0"
|
|
image = { version = "0.24.4", features = ["png"] }
|
|
log = "0.4.17"
|
|
monero = "0.18.0"
|
|
num_cpus = "1.13.1"
|
|
num-format = "0.4.0"
|
|
openssl = { version = "*", features = ["vendored"] }
|
|
rand = "0.8.5"
|
|
regex = "1.6.0"
|
|
reqwest = { version = "0.11.12", features = ["blocking", "json"] }
|
|
serde = "1.0.145"
|
|
serde_derive = "1.0.145"
|
|
serde_json = "1.0"
|
|
sha2 = "0.10.6"
|
|
tar = "0.4.38"
|
|
tls-api = "0.9.0"
|
|
tls-api-native-tls = "0.9.0"
|
|
tokio = { version = "1.21.2", features = ["full"] }
|
|
toml = "0.5.9"
|
|
tor-rtcompat = "0.7.0"
|
|
walkdir = "2.3.2"
|
|
|
|
[profile.optimized]
|
|
codegen-units = 1
|
|
debug-assertions = false
|
|
debug = false
|
|
incremental = true
|
|
inherits = "release"
|
|
lto = true
|
|
overflow-checks = false
|
|
rpath = false
|
|
strip = "debuginfo"
|
|
|
|
[profile.optimized.package."*"]
|
|
opt-level = 3
|