# 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 = "2021" name = "fmq" version = "0.0.2" authors = ["Thales Maciel "] description = "FrontMatter querying made easy" homepage = "https://github.com/thales-maciel/fmq" readme = "README.md" keywords = [ "frontmatter", "markdown", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/thales-maciel/fmq" [dependencies.clap] version = "4.4.5" features = [ "derive", "unstable-doc", ] [dependencies.glob] version = "0.3.1" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_yaml] version = "0.9.25" [dependencies.thiserror] version = "1.0.49" [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.predicates] version = "3.0.4" [dev-dependencies.temp_testdir] version = "0.2.3"