# 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-mdinclude" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Preprocessor for mdBook that better handles including markdown files." readme = "README.md" keywords = [ "mdbook", "preprocessor", ] categories = [] license = "MIT" repository = "https://github.com/shawntabrizi/mdbook-mdinclude" [[bin]] name = "mdbook-mdinclude" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "2.*" [dependencies.env_logger] version = "^0.11.1" [dependencies.log] version = "^0.4.17" [dependencies.mdbook] version = "^0.4.37" [dependencies.once_cell] version = "1.17.1" [dependencies.regex] version = "1.8.1" [dependencies.serde_json] version = "1.*"