# 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 = "exemd" version = "0.1.0" authors = ["Phodal Huang "] exclude = ["_fixtures", "docs", ".github", ".travis.yml"] description = "exemd is a markdown executor, it will make markdown executable.\n" homepage = "https://github.com/phodal/exemd" documentation = "https://github.com/phodal/exemd" readme = "README.md" categories = ["text-processing"] license = "MIT" repository = "https://github.com/phodal/exemd" [[bin]] name = "exemd" path = "src/main.rs" doc = false [dependencies.clap] version = "3.0.0-beta.1" [dependencies.colored] version = "1.8.0" [dependencies.pulldown-cmark] version = "0.7" default-features = false [dependencies.regex] version = "1" [dependencies.tempdir] version = "0.3.0" [dependencies.tempfile] version = "3.1.0"