# 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-section-number" version = "0.1.0" exclude = [ ".idea", ".gitignore", ".github", ] description = "A mdBook preprocessor that adds chapter numbers to the each page header" homepage = "https://github.com/Mura-Mi/mdbook-chapter-number" readme = "README.md" keywords = [ "mdbook", "preprocessor", "markdown", ] license = "MIT" repository = "https://github.com/Mura-Mi/mdbook-chapter-number" resolver = "2" [dependencies.markdown] version = "0.3.0" [dependencies.mdbook] version = "0.4.21" default-features = false [dependencies.serde_json] version = "1.0.85" [dependencies.structopt] version = "0.3.26" [dev-dependencies.pretty_assertions] version = "1.3.0"