# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ingreedy-rs" version = "0.2.0" authors = ["Ninjani"] description = "Rust port of ingreedy - natural language recipe ingredient parser" keywords = ["ingreedy", "ingredient", "parser", "recipe", "nlp"] categories = ["parser-implementations", "text-processing", "command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Ninjani/ingreedy-rs" [dependencies.approx] version = "0.5.0" [dependencies.clap] version = "3.0.0-beta.2" optional = true [dependencies.color-eyre] version = "0.5.11" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.26" [features] cli = ["clap", "color-eyre"] default = ["cli"]