# 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 = "recipe-parser" version = "0.8.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Write recipes understood by humans and machines" homepage = "https://github.com/reciperium/recipe-lang" readme = "README.md" keywords = [ "recipes", "cooking", "markup-language", "recipe-lang", ] categories = [ "command-line-interface", "parser-implementations", ] license = "MIT" repository = "https://github.com/reciperium/recipe-lang" [lib] name = "recipe_parser" path = "src/lib.rs" [dependencies.schemars] version = "0.8.16" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.tsify] version = "0.4.5" optional = true [dependencies.wasm-bindgen] version = "0.2.92" optional = true [dependencies.winnow] version = "0.6" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.serde_json] version = "1.0" [features] schemars = ["dep:schemars"] serde = ["dep:serde"] wasm = [ "dep:wasm-bindgen", "dep:tsify", ]