pc-remote 0.1.1

This library provides cross-platform control over computer input devices
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 = "pc-remote"
version = "0.1.1"
authors = ["Bulat Sh. <t.me/fuderis>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This library provides cross-platform control over computer input devices"
readme = "README.md"
keywords = [
    "pc-control",
    "keyboard",
    "mouse",
    "media",
    "audio",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/fuderis/rs-pc-remote"

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

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

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

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

[dependencies.cpvc]
version = "0.5.0"

[dependencies.enigo]
version = "0.6.1"

[dependencies.macron]
version = "0.1.9"
features = [
    "path",
    "derive",
    "string",
]

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