xremap/Cargo.toml
dependabot[bot] 83d61df83c
Bump clap_complete from 3.0.6 to 3.2.2
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.0.6 to 3.2.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.0.6...clap_complete-v3.2.2)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 05:04:52 +00:00

32 lines
863 B
TOML

[package]
name = "xremap"
version = "0.4.4"
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.58"
clap = { version = "3.0.14", features = ["derive"] }
clap_complete = "3.2.2"
derive-where = "1.0.0-rc.2"
env_logger = "0.9.0"
evdev = "0.11.4"
indoc = "1.0"
lazy_static = "1.4.0"
log = "0.4.14"
nix = "0.23.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "1.11", features = ["chrono"] }
serde_yaml = "0.8"
swayipc = { version = "2.7.2", optional = true }
x11_rs = { package = "x11", version = "2.19.1", features = ["xlib"], optional = true }
zbus = { version = "1.9.2", optional = true }
[features]
gnome = ["zbus"]
sway = ["swayipc"]
x11 = ["x11_rs"]