2020-10-05 11:35:17 +00:00
|
|
|
[package]
|
|
|
|
name = "md2gemtext"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Melody Horn <melody@boringcactus.com>"]
|
|
|
|
edition = "2018"
|
2020-10-05 12:35:17 +00:00
|
|
|
description = "for converting Markdown into gemtext"
|
|
|
|
repository = "https://git.sr.ht/~boringcactus/md2gemtext"
|
|
|
|
license = "BlueOak-1.0.0"
|
|
|
|
keywords = ["gemini", "markdown"]
|
2020-10-05 11:35:17 +00:00
|
|
|
|
2020-10-05 12:35:17 +00:00
|
|
|
[badges]
|
|
|
|
maintenance = { status = "experimental" }
|
2020-10-05 11:35:17 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-07-30 07:28:51 +00:00
|
|
|
comfy-table = { version = "7.1.1", default-features = false }
|
2020-10-07 00:45:20 +00:00
|
|
|
gemtext = "0.2.1"
|
2020-10-05 11:35:17 +00:00
|
|
|
pulldown-cmark = { version = "0.8", default-features = false }
|