g13m 0.1.0

Key mapper for Logitech G13 devices on Linux
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 = "g13m"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Key mapper for Logitech G13 devices on Linux"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/mathsaey/g13m"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
features = [
    "handler_static",
    "handler_lua55",
    "mlua/vendored",
]

[features]
bin = [
    "dep:clap",
    "dep:env_logger",
    "dep:async-executor",
    "dep:rust-ini",
    "dep:nom",
    "handler_static",
]
handler_lua = ["virtual_keyboard"]
handler_lua51 = [
    "handler_lua",
    "mlua/lua51",
]
handler_lua52 = [
    "handler_lua",
    "mlua/lua52",
]
handler_lua53 = [
    "handler_lua",
    "mlua/lua53",
]
handler_lua54 = [
    "handler_lua",
    "mlua/lua54",
]
handler_lua55 = [
    "handler_lua",
    "mlua/lua55",
]
handler_luajit = [
    "handler_lua",
    "mlua/luajit",
]
handler_static = ["virtual_keyboard"]
virtual_keyboard = ["dep:bitflags"]

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

[[bin]]
name = "g13m"
path = "src/bin/g13m/main.rs"
required-features = ["bin"]

[dependencies.async-executor]
version = "1.14"
optional = true

[dependencies.async-io]
version = "2.6"

[dependencies.bitflags]
version = "2.11"
optional = true

[dependencies.clap]
version = "4.6"
features = ["derive"]
optional = true

[dependencies.env_logger]
version = "0.11"
features = ["auto-color"]
optional = true
default-features = false

[dependencies.evdev]
version = "0.13"

[dependencies.futures-lite]
version = "2.6"

[dependencies.log]
version = "0.4.29"
features = ["release_max_level_info"]

[dependencies.mlua]
version = "0.11"
optional = true

[dependencies.nom]
version = "8"
optional = true

[dependencies.rust-ini]
version = "0.21"
optional = true

[dependencies.udev]
version = "0.9"