noct 0.1.0

A cross-platform library to input simulation.
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 = "noct"
version = "0.1.0"
authors = ["Rustem Iskhakov <ruriskhako@gmail.com>"]
build = "build.rs"
description = "A cross-platform library to input simulation."
homepage = "https://github.com/rurskhakov/noct"
documentation = "https://docs.rs/noct/"
readme = "README.md"
keywords = [
    "input",
    "mouse",
    "testing",
    "keyboard",
    "automation",
]
categories = [
    "development-tools::testing",
    "simulation",
    "api-bindings",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/ruriskhakov/noct"

[dependencies.serde]
version = "1.0.102"
optional = true

[dependencies.serde_derive]
version = "1.0.102"
optional = true

[build-dependencies.pkg-config]
version = "0.3.17"

[features]
with_serde = [
    "serde",
    "serde_derive",
]

[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2.65"

[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.18.0"

[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2.7"

[target."cfg(target_os = \"macos\")".dependencies.unicode-segmentation]
version = "1.6.0"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3.8"
features = ["winuser"]

[badges.travis-ci]
repository = "ruriskhakov/noct"