# 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" rust-version = "1.80.1" name = "mtoc" version = "0.4.1" authors = ["containerscrew info@containerscrew.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate a table of contents for markdown files" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/containerscrew/mtoc" [[bin]] name = "mtoc" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.regex] version = "1.11.0" [dependencies.tempfile] version = "3.13.0" [dependencies.walkdir] version = "2.5.0"