mathsys 9.0.0

The Natural Language of Math.
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"
name = "mathsys"
version = "9.0.0"
authors = ["Alejandro Vaz <alejandro.vaz.myt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Natural Language of Math."
readme = ".github/README.md"
license = "MIT"
repository = "https://github.com/alejandro-vaz/mathsys"

[lib]
name = "mathsys"
path = "lib.rs"

[[bin]]
name = "mathsys"
path = "main.rs"

[dependencies.ahash]
version = "0.8.12"

[dependencies.colored]
version = "3.1.1"

[dependencies.enum_dispatch]
version = "0.3.13"

[dependencies.indexmap]
version = "2.13.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.rustc_version_runtime]
version = "0.3.0"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.strum]
version = "0.27.2"

[dependencies.strum_macros]
version = "0.27.2"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
strip = true