# 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 = "2018" name = "mask-parser" version = "0.2.2" authors = ["Jacob Deichert "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A parser for the maskfile.md format" readme = "README.md" keywords = [ "cli", "task", "command", "maskfile", "markdown", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools::build-utils", "parser-implementations", ] license = "MIT" repository = "https://github.com/jacobdeichert/mask" [lib] name = "mask_parser" path = "src/lib.rs" [dependencies.pulldown-cmark] version = "0.5" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"