omabeam 0.2.1

Beam clipboard content or one file to a phone with a QR code
# 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 = "omabeam"
version = "0.2.1"
build = false
exclude = [
    "/.github",
    "/.gitignore",
    "/mise.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Beam clipboard content or one file to a phone with a QR code"
readme = "README.md"
keywords = [
    "qr-code",
    "file-sharing",
    "local-network",
    "wayland",
    "omarchy",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Choi-Jungwoo/omabeam"

[[bin]]
name = "omabeam"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.qrcode]
version = "0.14.1"
default-features = false

[dependencies.rustix]
version = "1.1.4"
features = ["termios"]

[dependencies.terminal_size]
version = "0.4.4"

[dependencies.tiny_http]
version = "0.12.0"

[profile.release]
lto = "thin"
panic = "abort"
strip = true