# 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 = "fronma" version = "0.2.0" include = [ "src/**/*", "LICENSE.txt", "README.md", ] description = "Front Matter parser." homepage = "https://github.com/r7kamura/fronma" readme = "README.md" keywords = ["front-matter"] license = "MIT" repository = "https://github.com/r7kamura/fronma" [dependencies.serde] version = "~1.0" [dependencies.serde_json] version = "~1.0" optional = true [dependencies.serde_yaml] version = "~0.8" optional = true [dependencies.toml] version = "~0.5" optional = true [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.serde] version = "1.0.130" features = ["derive"] [features] default = ["serde_yaml"] json = ["serde_json"]