# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lmake_md_to_doc_comments" version = "0.5.6" authors = ["Luciano Bestia "] include = ["Cargo.toml", "LICENSE", "README.md", "src/*"] publish = true description = "Includes segments of md files into rs files as doc comments." readme = "README.md" keywords = ["rust", "make"] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/LucianoBestia/lmake_md_to_doc_comments" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "2.33.1" [dependencies.glob] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.3.9" [dependencies.unwrap] version = "1.2.1"