typechar 1.1.0

Type any Unicode string on macOS, regardless of keyboard layout
Documentation
[package]
name = "typechar"
version = "1.1.0"
edition = "2024"
description = "Type any Unicode string on macOS, regardless of keyboard layout"
license = "MIT"
repository = "https://github.com/blaueeiner/typechar"
readme = "README.md"
keywords = ["macos", "unicode", "keyboard", "karabiner", "hotkey"]
categories = ["command-line-utilities"]

# docs.rs builds on Linux by default, where core-graphics doesn't compile
[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin"]

[profile.release]
strip = true
lto = true

[dependencies]
core-graphics = "0.25.0"
thiserror = "2.0.18"