# 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 = "2018" name = "mathcat" version = "0.6.6" authors = ["Neil Soiffer "] build = "build.rs" exclude = ["src/main.rs"] autobins = false autoexamples = false autotests = false autobenches = false description = "MathCAT: Math Capable Assistive Technology ('Speech and braille from MathML')" homepage = "https://nsoiffer.github.io/MathCAT/" documentation = "https://nsoiffer.github.io/MathCAT/" readme = "README.md" license = "MIT" repository = "https://github.com/NSoiffer/MathCAT" [profile.release] lto = true debug = 0 [profile.test] opt-level = 1 debug = 2 [lib] name = "libmathcat" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [[test]] name = "braille" path = "tests/braille.rs" [[test]] name = "languages" path = "tests/languages.rs" [dependencies.bitflags] version = "2.5" [dependencies.cfg-if] version = "1.0" [dependencies.dirs] version = "5.0" [dependencies.env_logger] version = "0.11" [dependencies.error-chain] version = "0.12.4" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.radix_fmt] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10" [dependencies.roman] version = "0.1" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.sxd-document] version = "0.3" [dependencies.sxd-xpath] version = "0.4" [dependencies.yaml-rust] version = "0.4" [build-dependencies.bitflags] version = "2.5" [build-dependencies.error-chain] version = "0.12.4" [features] enable-logs = ["android_logger"] include-zip = [] [target.'cfg(not(target_family = "wasm"))'.dependencies.zip] version = "2.1" features = ["bzip2"] default-features = false [target.'cfg(not(target_family = "wasm"))'.build-dependencies.zip] version = "2.1" features = ["bzip2"] default-features = false [target.'cfg(target_family = "wasm")'.dependencies.zip] version = "2.1" features = ["deflate"] default-features = false [target.'cfg(target_family = "wasm")'.build-dependencies.zip] version = "2.1" features = ["deflate"] default-features = false [target.'cfg(target_os = "android")'.dependencies.android_logger] version = "0.14.1" optional = true