math-core 0.5.0

Convert LaTeX equations to MathML Core
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.88"
name = "math-core"
version = "0.5.0"
authors = [
    "Hiromu Sugiura <h.sugiura0705@outlook.com>",
    "Thomas MK <tmke8@posteo.net>",
]
build = false
exclude = [
    "/src/snapshots",
    "/tests/snapshots",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert LaTeX equations to MathML Core"
readme = "README.md"
keywords = [
    "latex",
    "mathml",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/tmke8/math-core"
resolver = "2"

[features]
ariadne = ["dep:ariadne"]
serde = [
    "dep:serde",
    "dep:serde-tuple-vec-map",
]

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

[[example]]
name = "browser_test"
path = "examples/browser_test.rs"

[[example]]
name = "equations"
path = "examples/equations.rs"

[[example]]
name = "minijinja"
path = "examples/minijinja.rs"

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

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

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

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

[dependencies.ariadne]
version = "0.6.0"
optional = true

[dependencies.mathml-renderer]
version = "0.5.0"
package = "math-core-renderer-internal"

[dependencies.memchr]
version = "2.8.0"

[dependencies.phf]
version = "0.13.1"
features = ["macros"]

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.serde-tuple-vec-map]
version = "1.0.1"
optional = true

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.strum]
version = "0.27.2"

[dependencies.strum_macros]
version = "0.27.2"

[dev-dependencies.insta]
version = "1.46.3"
features = [
    "default",
    "ron",
]

[dev-dependencies.mathml-renderer]
version = "0.5.0"
features = ["serde"]
package = "math-core-renderer-internal"

[dev-dependencies.minijinja]
version = "2.15.1"

[dev-dependencies.regex]
version = "1.12.3"