[build-dependencies]
[dependencies]
[dev-dependencies]
[package]
authors = ["Joel Smith <j.d.smith@outlook.com.au>"]
categories = ["parsing"]
description = "A library that allows a user to extract an arbitrary number of lines of 'front-matter' from the start of any string"
edition = "2021"
include = ["src/*", "tests/*", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md"]
keywords = ["lib", "frontmatter", "extract", "text"]
license = "MIT"
name = "extract-frontmatter"
readme = "README.md"
repository = "https://gitlab.com/isekai/libraries/rust/extract-frontmatter"
resolver = "2"
rust-version = "1.58.1"
version = "4.1.1"