# 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-scientific" version = "0.5.0-beta.3" authors = [ "Bernhard Schuster ", "Lorenz Schmidt ", ] description = "Enables inline equations for mdbook to set by $..$ signs and $$..$$" readme = "README.md" keywords = [ "mdbook", "scientific", "equation", ] license = "GPL-3.0" repository = "https://github.com/drahnr/mdbook-scientific" [dependencies.clap] version = "4" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" features = [] [dependencies.env_logger] version = "0.10.0" [dependencies.fs-err] version = "2.8" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.mdbook] version = "0.4" default-features = false [dependencies.mdbook-boilerplate] version = "0.1" [dependencies.nom-bibtex] version = "0.3" [dependencies.pulldown-cmark] version = "0.9.2" [dependencies.pulldown-cmark-to-cmark] version = "10.0.4" [dependencies.regex] version = "1" [dependencies.semver] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1" [dependencies.which] version = "4" default-features = false