mintyml 0.1.19

A minialist alternative syntax to HTML
Documentation
[dependencies.derive_more]
default-features = false
features = ["display", "add"]
version = "0.99.17"

[dependencies.either]
default-features = false
version = "1.9"

[dependencies.gramma]
default-features = false
version = "0.2"

[features]
default = []
error-trait = ["std", "derive_more/error"]
std = ["gramma/std"]

[lib]
name = "mintyml"
path = "src/lib.rs"

[package]
authors = ["Spencer Young"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A minialist alternative syntax to HTML"
edition = "2021"
license = "MIT"
name = "mintyml"
readme = false
repository = "https://github.com/youngspe/mintyml"
version = "0.1.19"

[[test]]
name = "comment"
path = "tests/comment.rs"

[[test]]
name = "convert"
path = "tests/convert.rs"

[[test]]
name = "error"
path = "tests/error.rs"

[[test]]
name = "escape"
path = "tests/escape.rs"

[[test]]
name = "infer"
path = "tests/infer.rs"

[[test]]
name = "multiline"
path = "tests/multiline.rs"

[[test]]
name = "raw"
path = "tests/raw.rs"

[[test]]
name = "text"
path = "tests/text.rs"

[[test]]
name = "utils"
path = "tests/utils.rs"