snipexpand 0.2.1

Fast, config-based text expansion for Linux and Wayland
# 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 = "snipexpand"
version = "0.2.1"
build = false
exclude = [
    ".github",
    "docs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, config-based text expansion for Linux and Wayland"
readme = "README.md"
keywords = [
    "wayland",
    "text-expander",
    "evdev",
    "uinput",
    "linux",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://github.com/silouanwright/snipexpand"

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

[[bin]]
name = "sxp"
path = "src/bin/sxp.rs"

[[example]]
name = "e2e_type"
path = "examples/e2e_type.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

[dependencies.evdev]
version = "0.12"
features = ["tokio"]

[dependencies.futures]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.29"
features = [
    "signal",
    "fs",
]

[dependencies.notify]
version = "6"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde-saphyr]
version = "1.1"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

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

[dependencies.xkbcommon]
version = "0.7"

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

[profile.release]
opt-level = "z"
lto = true
strip = true