[[bin]]
name = "qft"
path = "src/main.rs"
[dependencies.time]
version = "0.3.37"
[lints.clippy]
cast_possible_truncation = "warn"
cast_precision_loss = "allow"
cognitive_complexity = "allow"
enum_glob_use = "deny"
too_many_lines = "allow"
unnecessary_wraps = "allow"
[lints.clippy.nursery]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
unsafe_code = "forbid"
[package]
authors = ["github.com/pepa65", "Daniel H. github.com/tudbut"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Quick File Transfer, true peer-to-peer over UDP"
documentation = "https://docs.rs/qft"
edition = "2024"
keywords = ["UDP", "file-transfer", "P2P"]
license = "GPL-3.0-or-later"
name = "qft"
readme = "README.md"
repository = "https://github.com/pepa65/qft"
version = "0.7.11"
[package.metadata.binstall]
disabled-strategies = ["quick-install", "compile"]
pkg-fmt = "bin"
pkg-url = "{repo}/releases/download/{version}/{name}"
target-arch = "X86_64"
target-family = "Linux"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = "symbols"