# 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" name = "matthewdown" version = "0.2.0" description = "My markdown-inspired markup language." readme = "README.md" keywords = [ "markup", "html", ] categories = [ "parsing", "web-programming", ] license = "MIT" repository = "https://gitlab.com/tiramisusan/matthewdown/" [lib] crate-type = ["lib"] [[example]] name = "convert" [dependencies.html-escape] version = "0.2" [dependencies.pest] version = "2.7" [dependencies.pest_derive] version = "2.7" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.pretty_assertions] version = "1.3"