# 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 = "2018" rust-version = "1.66" name = "mdbook-toc" version = "0.14.2" authors = ["Jan-Erik Rediger "] description = "mdbook preprocessor to add Table of Contents" homepage = "https://github.com/badboy/mdbook-toc" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/badboy/mdbook-toc" [dependencies.clap] version = "4.3.19" features = [ "cargo", "derive", ] [dependencies.log] version = "0.4.19" [dependencies.mdbook] version = "0.4.35" [dependencies.pulldown-cmark] version = "0.9.3" [dependencies.serde_json] version = "1.0.104" [dependencies.toml] version = "0.5.11" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.pretty_assertions] version = "1.4.0"