# 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 = "pulldown-latex" version = "0.1.0" authors = ["Charles Edward Gagnon"] description = "Pull parser to convert LaTeX equations to MathML" readme = "README.md" keywords = [ "latex", "mathml", "parser", ] categories = [ "Parsing tools", "Mathematics", ] license = "MIT" repository = "https://github.com/Carlosted/pulldown-latex" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = ["--generate-link-to-definition"] [[example]] name = "write_to_string" doc-scrape-examples = true [[test]] name = "wikipedia" path = "tests/wikipedia.rs" harness = false [[test]] name = "cross-browser" path = "tests/cross-browser.rs" harness = false [dependencies.thiserror] version = "1.0.57" [dev-dependencies.anyhow] version = "1" [dev-dependencies.fantoccini] version = "0.19" [dev-dependencies.heck] version = "0.5" [dev-dependencies.inventory] version = "0.3" [dev-dependencies.libtest-mimic] version = "0.7" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = [ "test-util", "rt-multi-thread", "process", "fs", ]