# 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 = "mdbook-inline-mathjax" version = "0.1.4" description = "An mdbook preprocessor which allows inline mathjax with the `$...$` delimeters. Note, the implementation is pretty ad hoc and may not be very optimised." readme = "README.md" keywords = [ "mdbook", "preprocessor", "mathjax", "latex", ] categories = [ "command-line-utilities", "accessibility", "mathematics", "parsing", "text-editors", ] license = "MIT" repository = "https://github.com/cr0mll/mdbook-inline-mathjax" [dependencies.clap] version = "3.2.6" [dependencies.mdbook] version = "0.4.18" [dependencies.semver] version = "1.0.10" [dependencies.serde] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dependencies.unicode-segmentation] version = "1.10.1"