typechar 1.0.0

Type any Unicode string on macOS, regardless of keyboard layout
# 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 = "typechar"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type any Unicode string on macOS, regardless of keyboard layout"
readme = "README.md"
keywords = [
    "macos",
    "unicode",
    "keyboard",
    "karabiner",
    "hotkey",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/blaueeiner/typechar"

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

[[bin]]
name = "typechar"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.core-graphics]
version = "0.25.0"

[profile.release]
lto = true
strip = true