phrog 0.53.0

Mobile-friendly greeter for greetd
# 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"
name = "phrog"
version = "0.53.0"
build = "build.rs"
exclude = ["/demo-video"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mobile-friendly greeter for greetd"
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/samcday/phrog"

[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
pkg-url = "{ repo }/releases/download/{ version }/{ name }-{ target }.tar.gz"

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.82"

[dependencies.async-channel]
version = "2.2.1"

[dependencies.async-global-executor]
version = "3.0.0"

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

[dependencies.futures-util]
version = "0.3.30"

[dependencies.gettext-rs]
version = "0.7"
features = ["gettext-system"]

[dependencies.glib]
version = "0.18"
features = ["log_macros"]

[dependencies.glob]
version = "0.3.1"

[dependencies.greetd_ipc]
version = "0.10.0"
features = ["sync-codec"]

[dependencies.gtk]
version = "0.18"
features = ["v3_24"]

[dependencies.lazy_static]
version = "^1.4"

[dependencies.libhandy]
version = "0.11"
features = ["v1_6"]

[dependencies.libphosh]
version = "0.0.7"

[dependencies.log]
version = "0.4.22"

[dependencies.nix]
version = "0.30"
features = ["signal"]

[dependencies.wayland-client]
version = "0.31"

[dependencies.zbus]
version = "5"
features = [
    "blocking",
    "async-io",
]
default-features = false

[dev-dependencies.input-event-codes]
version = "6.2.0"

[dev-dependencies.serde]
version = "1.0.217"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.wayland-client]
version = "0.31"

[dev-dependencies.wayland-protocols]
version = "0.32"
features = ["client"]

[dev-dependencies.wayland-protocols-misc]
version = "0.3"
features = ["client"]

[dev-dependencies.wayland-protocols-wlr]
version = "0.3"
features = ["client"]

[build-dependencies.glib-build-tools]
version = "<0.22"