etch 0.4.2

Not just a text formatter, don't mark it down, etch it.
Documentation
[package]
name = "etch"
description = "Not just a text formatter, don't mark it down, etch it."
version = "0.4.2"
edition = "2018"
authors = ["Anarchist Mae <hello@mae.codes>"]
keywords = ["etch"]
categories = ["text-processing"]
repository = "https://gitlab.com/glue-for-rust/etch-rs"
license = "MIT"
readme = "README.md"

[features]
default = ["syntect-plugin"]
syntect-plugin = ["syntect"]

[dependencies]
glue = "0.8"
bork = "0.2"
serde = { version = "1", features = ["derive"] }
syntect = { version = "3", optional = true }