# 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 = "2021" name = "math_utils_lib" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library providing math utilities such as a parser/evaluator and a LaTeX export to export a history of parsed expressions and solved equations to LaTeX." documentation = "https://docs.rs/math_utils_lib/latest/math_utils_lib/" readme = "README.md" keywords = [ "mathparsing", "parser", "eval", "math_lib", "math_utils", ] categories = [ "mathematics", "parser-implementations", ] license-file = "LICENSE.txt" repository = "https://github.com/Waigo01/math_utils_lib" [package.metadata.docs.rs] features = [ "doc-images", "output", ] [lib] name = "math_utils_lib" path = "src/lib.rs" doctest = false [dependencies.embed-doc-image] version = "0.1.4" optional = true [dependencies.mathjax_svg] version = "3.1.2" optional = true [dependencies.resvg] version = "0.43.0" optional = true [dependencies.tectonic] version = "0.15.0" features = ["external-harfbuzz"] optional = true [features] default = [] doc-images = ["dep:embed-doc-image"] high-prec = [] output = [ "dep:mathjax_svg", "dep:tectonic", "dep:resvg", ] row-major = []