aethermap-common 1.4.2

Shared types and IPC protocol for aethermap
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 = "2021"
name = "aethermap-common"
version = "1.4.2"
authors = ["Aethermap Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types and IPC protocol for aethermap"
homepage = "https://github.com/oldnordic/aethermap"
readme = "README.md"
keywords = [
    "input",
    "remapper",
    "macro",
    "linux",
    "evdev",
]
categories = [
    "hardware-support",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/oldnordic/aethermap"

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

[dependencies.bincode]
version = "1.3"

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

[dependencies.tempfile]
version = "3.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio-test]
version = "0.4"