iced_sessionlock 0.15.0

sessionlock binding for iced
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 = "iced_sessionlock"
version = "0.15.0"
authors = [
    "Decodertalkers <aakari@tutanota.com>",
    "Aakash Sen Sharma <aakashsensharma@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "sessionlock binding for iced"
readme = "README.md"
keywords = [
    "wayland",
    "wlroots",
]
license = "MIT"
repository = "https://github.com/waycrate/exwlshelleventloop"
resolver = "2"

[features]
debug = ["iced_debug/enable"]
default = ["linux-theme-detection"]
linux-theme-detection = ["dep:mundy"]
time-travel = [
    "iced_exdevtools/time-travel",
    "debug",
]
unconditional-rendering = []

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

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

[dependencies.futures]
version = "0.3.31"

[dependencies.iced_core]
version = "0.14"

[dependencies.iced_debug]
version = "0.14"

[dependencies.iced_exdevtools]
version = "0.15.0"

[dependencies.iced_futures]
version = "0.14"

[dependencies.iced_graphics]
version = "0.14"

[dependencies.iced_program]
version = "0.14"

[dependencies.iced_renderer]
version = "0.14"

[dependencies.iced_runtime]
version = "0.14"

[dependencies.iced_sessionlock_macros]
version = "0.15.0"

[dependencies.log]
version = "0.4.22"

[dependencies.mundy]
version = "0.2.0"
optional = true

[dependencies.sessionlockev]
version = "0.15.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.40"

[dependencies.window_clipboard]
version = "0.5.0"

[dev-dependencies.iced]
version = "0.14"