# 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 = "md-designer" version = "0.1.1" authors = ["Y.Matsuda "] description = "A CLI tool for creating design docs in Markdown" homepage = "https://github.com/toolbox-labo/md-design-doc" readme = "README.md" license = "MIT" repository = "https://github.com/toolbox-labo/md-design-doc" [[bin]] name = "mddoc" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.32" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.env_logger] version = "0.8.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.pulldown-cmark] version = "0.8.0" [dependencies.regex] version = "1.4.3" [dependencies.xlsxwriter] version = "0.3.2" optional = true [dependencies.yaml-rust] version = "0.4.5" [features] default = [] excel = ["xlsxwriter"]