[package]
edition = "2024"
rust-version = "1.85"
name = "mathtex-editor-keymap"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pluggable Hypatia style default keymap for mathtex-editor, translating input into core commands"
readme = "README.md"
keywords = [
"math",
"editor",
"latex",
"keymap",
]
categories = [
"text-editors",
"science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gabriel-nsiqueira/mathtex-editor"
resolver = "2"
[lib]
name = "mathtex_editor_keymap"
path = "src/lib.rs"
[dependencies.mathtex-editor-core]
version = "0.1.0"
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"