math-core-cli 0.5.4

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.91"
name = "math-core-cli"
version = "0.5.4"
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.ariadne]
version = "0.6.0"

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

[dependencies.math-core]
version = "0.5.4"
features = [
    "serde",
    "ariadne",
]

[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 = "1.0.6"

[lints.clippy]
elidable_lifetime_names = "warn"
explicit_iter_loop = "warn"
match_same_arms = "warn"
match_wildcard_for_single_variants = "warn"
needless_pass_by_value = "warn"
redundant_closure_for_method_calls = "warn"
trivially_copy_pass_by_ref = "warn"
unnecessary_semicolon = "warn"