# 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-highlighting" version = "0.1.0" authors = ["Jonas da Silva"] description = "mdBook preprocessor that enables support for inline highlighting" readme = "README.md" keywords = [ "mdbook", "plugin", "preprocessor", ] license = "MIT" repository = "https://github.com/phoenixr-codes/mdbook-inline-highlighting" [dependencies.clap] version = "4.4.6" features = ["cargo"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.mdbook] version = "0.4.35" [dependencies.pulldown-cmark] version = "0.9.3" default_features = false [dependencies.pulldown-cmark-to-cmark] version = "11.0.0" [dependencies.semver] version = "1.0.20" [dependencies.serde_json] version = "1.0.107" [dependencies.toml] version = "0.5.11"