# 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-asciidoc" version = "0.1.0" authors = ["David Drysdale "] description = "mdBook backend for AsciiDoc generation" readme = "README.md" keywords = [ "mdbook", "asciidoc", ] categories = ["text-processing"] license = "Apache-2.0" repository = "https://github.com/daviddrysdale/mdbook-asciidoc" [dependencies.env_logger] version = "0.9.*" [dependencies.lazy_static] version = "1.*" [dependencies.log] version = "0.4.*" [dependencies.mdbook] version = "0.4.*" [dependencies.pulldown-cmark] version = "0.9.*" [dependencies.regex] version = "1.*" [dependencies.semver] version = "1.*" [dependencies.toml] version = "0.5.*" [dependencies.url] version = "2.*"