promptparse 1.2.0

All-in-one Rust library for PromptPay & EMVCo QR Codes
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"