fast-down-gui 0.1.44

超级快的下载器图形化界面
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "fast-down-gui"
version = "0.1.44"
authors = ["share121 <2854631158@qq.com>"]
build = "build.rs"
exclude = ["/.github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "超级快的下载器图形化界面"
homepage = "https://github.com/fast-down/gui"
documentation = "https://docs.rs/fast-down-gui"
readme = "README.md"
keywords = [
    "concurrency",
    "downloader",
    "parallel",
    "performance",
    "thread",
]
categories = [
    "asynchronous",
    "concurrency",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/fast-down/gui"

[package.metadata.bundle]
name = "FastDown"
identifier = "top.s121.fd"
icon = ["assets/icon.png"]
copyright = "Copyright (c) 2026 fast-down"
category = "Utilities"
short_description = "超级快的下载器"
long_description = """
超级快的下载器图形化界面\r
"""

[lib]
name = "fast_down_gui"
path = "src/lib.rs"

[[bin]]
name = "fast-down"
path = "src/main.rs"

[dependencies.arboard]
version = "3.6.1"

[dependencies.auto-launch]
version = "0.6.0"

[dependencies.bitcode]
version = "0.6.9"
features = ["serde"]

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossfire]
version = "3.1.7"

[dependencies.dashmap]
version = "6.1.0"
features = ["serde"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.fast-down-ffi]
version = "0.2.1"
features = [
    "file",
    "reqwest-tls",
    "serde",
]

[dependencies.file_alloc]
version = "0.1.2"

[dependencies.i-slint-backend-winit]
version = "1.15.1"

[dependencies.image]
version = "0.25.10"

[dependencies.interprocess]
version = "2.4.0"
features = ["tokio"]

[dependencies.itertools]
version = "0.14.0"

[dependencies.mimalloc]
version = "0.1.48"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.open]
version = "5.3.3"

[dependencies.parking_lot]
version = "0.12.5"
features = ["serde"]

[dependencies.rfd]
version = "0.17.2"

[dependencies.sanitize-filename]
version = "0.6.0"

[dependencies.serde]
version = "1.0.228"
features = ["rc"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.soft-canonicalize]
version = "0.5.4"

[dependencies.tokio]
version = "1.50.0"
features = ["rt-multi-thread"]

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-appender]
version = "0.2.4"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.tray-icon]
version = "0.21.3"

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[build-dependencies.slint-build]
version = "1.15.1"

[build-dependencies.winresource]
version = "0.1.31"

[target.'cfg(not(target_os = "macos"))'.dependencies.showfile]
version = "0.1.1"

[target.'cfg(not(target_os = "macos"))'.dependencies.slint]
version = "1.15.1"
features = [
    "accessibility",
    "backend-winit",
    "compat-1-2",
    "renderer-winit-femtovg",
]
default-features = false

[target.'cfg(target_os = "linux")'.dependencies.gtk]
version = "0.18.2"

[target.'cfg(target_os = "macos")'.dependencies.slint]
version = "1.15.1"
features = [
    "accessibility",
    "backend-winit",
    "compat-1-2",
    "renderer-winit-skia",
]
default-features = false

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.62"
features = [
    "Win32_Foundation",
    "Win32_System_Console",
]

[target.'cfg(target_os = "windows")'.dependencies.winreg]
version = "0.56.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true