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