shopping-parser 0.1.0

A Rust-based parser for parsing structured product information and shopping lists, supporting multiple currencies and units.
Documentation
[[bin]]
name = "shopping-parser"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.93"

[dependencies.pest]
version = "2.7.14"

[dependencies.pest_derive]
version = "2.7.14"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0.68"

[lib]
name = "shopping_parser"
path = "src/lib.rs"

[package]
authors = ["Oleksandr Durdynets <o.durdynets@ukma.edu.ua>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["text-processing", "command-line-utilities"]
description = "A Rust-based parser for parsing structured product information and shopping lists, supporting multiple currencies and units."
edition = "2021"
keywords = ["shopping", "parser", "CLI", "Rust"]
license = "MIT"
name = "shopping-parser"
readme = "README.md"
repository = "https://github.com/ParZZ1vaLl/shopping-parser"
version = "0.1.0"

[[test]]
name = "parser_tests"
path = "tests/parser_tests.rs"