# 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-readme-summary" version = "1.1.1" include = [ "**/*.rs", "Cargo.toml", ] description = "A mdbook Preprocessor that generates table for content for each subdirectory README files." readme = "README.md" keywords = [ "mdbook", "preprocessor", ] categories = ["preprocessor"] license = "MIT OR Apache-2.0" repository = "https://github.com/Antzed/mdbook-readme-summary" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.2.7" [dependencies.fs] version = "0.0.5" [dependencies.mdbook] version = "0.4" [dependencies.pathbuf] version = "0.3.1" [dependencies.semver] version = "1.0.17" [dependencies.serde_json] version = "1.0.96" [dependencies.toml] version = "0.7.3" [dependencies.walkdir] version = "2.3.2"