mathcat 0.7.6-beta.2

MathCAT: Math Capable Assistive Technology ('Speech and braille from MathML')
Documentation
[build-dependencies.bitflags]
version = "2.6"

[dependencies.anyhow]
version = "1.0"

[dependencies.bitflags]
version = "2.10"

[dependencies.cfg-if]
version = "1.0.1"

[dependencies.dirs]
version = "6.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.fastrand]
version = "2.3.0"

[dependencies.log]
version = "0.4"

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

[dependencies.radix_fmt]
version = "1.0"

[dependencies.regex]
version = "1.10"

[dependencies.roman-numerals-rs]
version = "4.1.0"

[dependencies.strum]
version = "0.27.2"

[dependencies.strum_macros]
version = "0.27.2"

[dependencies.sxd-document]
version = "0.3"

[dependencies.sxd-xpath]
version = "0.4"

[dependencies.unicode-script]
version = "0.5"

[dependencies.yaml-rust]
version = "0.4"

[features]
enable-logs = ["android_logger"]
include-zip = []

[lib]
crate-type = ["rlib", "cdylib"]
name = "libmathcat"
path = "src/lib.rs"

[package]
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "MathCAT: Math Capable Assistive Technology ('Speech and braille from MathML')"
documentation = "https://nsoiffer.github.io/MathCAT/"
edition = "2024"
exclude = ["src/main.rs", "docs", "PythonScripts"]
homepage = "https://nsoiffer.github.io/MathCAT/"
license = "MIT"
name = "mathcat"
readme = "README.md"
repository = "https://github.com/NSoiffer/MathCAT"
version = "0.7.6-beta.2"

[profile.release]
debug = 0
lto = true

[profile.test]
debug = 2
opt-level = 1

[target.'cfg(not(target_family = "wasm"))'.build-dependencies.zip]
default-features = false
features = ["bzip2"]
version = "7.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.android_logger]
optional = true
version = "0.15.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.zip]
default-features = false
features = ["bzip2"]
version = "7.0"

[target.'cfg(target_family = "wasm")'.build-dependencies.zip]
default-features = false
features = ["deflate"]
version = "7.0"

[target.'cfg(target_family = "wasm")'.dependencies.zip]
default-features = false
features = ["deflate"]
version = "7.0"

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

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