open_menu_standard 0.1.0

Rust implementation of the OpenMenuStandard (OMS) specification
Documentation
[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.image]
optional = true
version = "0.25.6"

[dependencies.lazy_static]
version = "1.4"

[dependencies.once_cell]
version = "1.17"

[dependencies.qrcode]
optional = true
version = "0.14.1"

[dependencies.regex]
features = ["unicode"]
version = "1.8"

[dependencies.reqwest]
features = ["json"]
optional = true
version = "0.12.15"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["full"]
optional = true
version = "1.26"

[dependencies.url]
version = "2.3"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.3"

[dependencies.validator]
features = ["derive"]
version = "0.20.0"

[dev-dependencies.pretty_assertions]
version = "1.3"

[dev-dependencies.tempfile]
version = "3.3"

[dev-dependencies.tokio-test]
version = "0.4"

[features]
all = ["network", "qr", "tap-to-order"]
default = []
network = ["reqwest", "tokio"]
qr = ["qrcode", "image"]
tap-to-order = ["network", "qr"]

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

[package]
authors = ["Tristan Poland", "Tyler Poland", "OpenMenuStandard Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "Rust implementation of the OpenMenuStandard (OMS) specification"
edition = "2021"
keywords = ["food", "restaurant", "menu", "ordering", "standard"]
license = "MIT"
name = "open_menu_standard"
readme = "README.md"
repository = "https://github.com/openmenustandard/rust-oms"
version = "0.1.0"