pineapplepizza 0.1.1

This is a reference implementation of the pineapplepizza format. The format is both lightweight markup and data serialization; like pineapple and pizza, two great things that may or may not be good together. The spec is at https://github.com/flaviusb/pineapplepizza
[dependencies.nom]
features = ["verbose-errors"]
version = "^4.1"

[dependencies.serde]
version = "1.0.60"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0.33"

[dependencies.unicode-segmentation]
version = "1.2.1"

[package]
authors = ["Justin (:flaviusb) Marsh <justin.marsh@flaviusb.net>"]
categories = ["command-line-utilities", "parser-implementations"]
description = "This is a reference implementation of the pineapplepizza format. The format is both lightweight markup and data serialization; like pineapple and pizza, two great things that may or may not be good together. The spec is at https://github.com/flaviusb/pineapplepizza"
keywords = []
license = "GPL-3.0"
name = "pineapplepizza"
readme = "README.md"
repository = "https://github.com/flaviusb/pineapplepizza-rust-reference"
version = "0.1.1"