# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "gray_matter" version = "0.2.8" authors = [ "yuchanns ", "Knut Magnus Aasrud ", ] exclude = [".github/*"] description = "Smart front matter parser. An implementation of gray-matter in rust. Parses YAML, JSON, TOML and support for custom parsers." homepage = "https://github.com/the-alchemists-of-arland/gray-matter-rs" readme = "README.md" keywords = [ "markdown", "parse", "front-matter", "gray-matter", "front-matter-parsers", ] license = "MIT" repository = "https://github.com/the-alchemists-of-arland/gray-matter-rs" [dependencies.json] version = "1.0.81" package = "serde_json" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.toml] version = "0.5.9" optional = true [dependencies.yaml] version = "0.8.0" optional = true package = "yaml-rust2" [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt", ] [features] default = [ "toml", "yaml", ]