servicepoint-cli 0.4.2

A command line interface for the ServicePoint display.
# 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 = "2021"
rust-version = "1.80.0"
name = "servicepoint-cli"
version = "0.4.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line interface for the ServicePoint display."
homepage = "https://crates.io/crates/servicepoint-cli"
readme = "README.md"
keywords = [
    "cccb",
    "cccb-servicepoint",
    "cli",
]
license = "GPL-3.0-or-later"
repository = "https://git.berlin.ccc.de/servicepoint/servicepoint-cli"
resolver = "2"

[[bin]]
name = "servicepoint-cli"
path = "src/main.rs"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.fast_image_resize]
version = "6"
features = ["image"]

[dependencies.ffmpeg-next]
version = "8"

[dependencies.image]
version = "0.25"

[dependencies.log]
version = "0.4"

[dependencies.scap]
version = "0.0.8"

[dependencies.servicepoint]
version = "0.15.1"

[dependencies.tungstenite]
version = "0.28"

[profile.release]
lto = true
codegen-units = 1
strip = true