mathtex-editor-core 0.1.0

Headless core of the mathtex structural math editor: model, operations, navigation, selection, IR matching
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"
rust-version = "1.85"
name = "mathtex-editor-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless core of the mathtex structural math editor: model, operations, navigation, selection, IR matching"
readme = "README.md"
keywords = [
    "math",
    "editor",
    "latex",
    "wysiwyg",
    "serde",
]
categories = [
    "text-editors",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gabriel-nsiqueira/mathtex-editor"
resolver = "2"

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

[dependencies.mathtex-ir]
version = "0.1.0"

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

[dependencies.slotmap]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"