[package]
edition = "2021"
name = "promptparse"
version = "1.2.0"
authors = ["Theerawat Patthawee <smrmakeyt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "All-in-one Rust library for PromptPay & EMVCo QR Codes"
homepage = "https://github.com/ttwrpz/promptparse-rs"
documentation = "https://docs.rs/promptparse"
readme = "README.md"
keywords = [
"emvco",
"promptpay",
"truemoney",
"qrcode",
"thai-qr-payment",
]
license = "MIT"
repository = "https://github.com/ttwrpz/promptparse-rs"
[package.metadata]
original-repo = "https://github.com/maythiwat/promptparse"
[lib]
name = "promptparse"
path = "src/lib.rs"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"
[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"