xremap/Cargo.toml
dependabot[bot] 5013dcc58d
Bump clap from 3.2.22 to 3.2.23 (#203)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 3.2.23.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.23/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.22...v3.2.23)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-01 11:07:45 -08:00

33 lines
833 B
TOML

[package]
name = "xremap"
version = "0.7.8"
edition = "2021"
description = "Dynamic key remapp for X and Wayland"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.65"
clap = { version = "3.2.23", features = ["derive"] }
clap_complete = "3.2.5"
derive-where = "1.0.0"
env_logger = "0.9.1"
evdev = "0.12.0"
indoc = "1.0"
lazy_static = "1.4.0"
log = "0.4.17"
nix = "0.25.0"
regex = "1.6.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "2.0", features = ["chrono"] }
serde_yaml = "0.9"
swayipc = { version = "3.0.1", optional = true }
x11rb = { version = "0.10.1", optional = true }
zbus = { version = "1.9.2", optional = true }
[features]
gnome = ["zbus"]
sway = ["swayipc"]
x11 = ["x11rb"]