math-core-cli 0.4.0

CLI for converting LaTeX equations to MathML Core
# 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-cli"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for converting LaTeX equations to MathML Core"
readme = "README.md"
keywords = [
    "latex",
    "mathml",
]
categories = ["science"]
license = "MIT"
resolver = "2"

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

[dependencies.clap]
version = "4.5.57"
features = ["derive"]

[dependencies.math-core]
version = "0.4.0"
features = ["serde"]

[dependencies.memchr]
version = "2.8.0"

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

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

[dependencies.toml]
version = "0.9.11"