# 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-external-links" version = "0.1.1" description = "Open external links inside your mdBooks in a different tab" readme = "README.md" keywords = [ "mdbook", "external", "links", "mdbook-plugin", "mdbook-preprocessor", ] license = "MPL-2.0" repository = "https://github.com/jonahgoldwastaken/mdbook-external-links" [dependencies.anyhow] version = "1.0.68" [dependencies.clap] version = "4.1.1" [dependencies.mdbook] version = "0.4.25" [dependencies.pulldown-cmark] version = "0.9.2" [dependencies.pulldown-cmark-to-cmark] version = "10.0.4" [dependencies.semver] version = "1.0.16" [dependencies.serde_json] version = "1.0.91"