[package]
name = "nbf"
version = "0.2.2"
edition = "2021"
authors = [ "Christoph Freitag <chrfre@pm.me>" ]
repository = "https://gitlab.com/chrfre/nbf.git"
description = "Draft implementation of the Nested Blocks Format, which is a human-friendly text format for expressing nested or hierarchical data."
readme = "README.md"
license = "MPL-2.0"
keywords = [ "nbf", "human-readable", "format", "parser", "nested_blocks_format" ]
categories = [ "parser-implementations" ]
documentation = "https://docs.rs/nbf"
[dependencies]