[package] name = "pdcm-linkify" description = "Automatic links for pulldown-cmark" version = "0.1.0" authors = ["Marcus Klaas ", "Colin Reeder "] edition = "2015" license = "CC0-1.0" repository = "https://git.sr.ht/~vpzom/pdcm-linkify" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pulldown-cmark = "0.8.0" regex = "1.4.2"