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