# 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 = "recipemd" version = "0.1.0" authors = ["d-k-bo "] description = "Parser for the RecipeMD format" readme = "README.md" keywords = [ "recipe", "recipes", "markdown", "cooking", "cooking-recipes", ] categories = [ "parser-implementations", "text-processing", ] license = "LGPL-3.0-or-later" repository = "https://github.com/d-k-bo/recipemd-rs" [dependencies.lazy-regex] version = "3.0.0" [dependencies.miette] version = "5.9.0" optional = true [dependencies.pulldown-cmark] version = "0.9.3" [dependencies.serde] version = "1.0.171" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.43" [dev-dependencies.once_cell] version = "1.18.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0.102" [features] default = ["diagnostics"] diagnostics = ["miette"] tests = [ "diagnostics", "miette/fancy", ]