flatiron 1.0.5

A parser and HTML renderer for the Textile markup language
Documentation
[dependencies.nom]
version = "7.1"

[package]
categories = ["parser-implementations", "command-line-utilities"]
description = "A parser and HTML renderer for the Textile markup language"
edition = "2021"
homepage = "https://git.sr.ht/~autumnull/flatiron"
keywords = ["textile", "parser", "html", "markup", "converter"]
license-file = "LICENSE.textile"
name = "flatiron"
readme = "README.md"
repository = "https://git.sr.ht/~autumnull/flatiron"
resolver = "2"
version = "1.0.5"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true