# 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 = "pandoc-katex" version = "0.1.11" authors = ["Cheng XU "] description = "Pandoc filter to render math equations using KaTeX" readme = "README.md" keywords = [ "LaTeX", "KaTeX", "Math", "Pandoc", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/xu-cheng/pandoc-katex" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.1" features = [ "derive", "env", "cargo", ] [dependencies.once_cell] version = "1.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.7" [target."cfg(any(unix, all(windows, target_env = \"gnu\")))".dependencies.katex] version = "0.4" [target."cfg(not(any(unix, all(windows, target_env = \"gnu\"))))".dependencies.katex] version = "0.4" features = ["duktape"] default-features = false