[package] name = "cmark2jira" version = "0.4.0" authors = ["Brandur "] description = "Translate good CommonMark into bad JIRA markup." homepage = "https://github.com/brandur/cmark2jira" license = "MIT" readme = "README.md" repository = "https://github.com/brandur/cmark2jira" [dependencies] pulldown-cmark = { version = "0.0.15", default-features = false }