[package]
edition = "2021"
name = "ocrl-mock"
version = "0.1.0"
authors = ["Cai Guanhao <caiguanhao@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mock C ABI library for OCRL (Octopus Card Reader Library) - provides test implementations for payment terminal integration"
readme = "README.md"
keywords = [
"mock",
"testing",
"c-abi",
"ffi",
"payment",
]
categories = [
"simulation",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/caiguanhao/ocrl-mock"
[lib]
name = "ocrl"
crate-type = [
"cdylib",
"staticlib",
"rlib",
]
path = "src/lib.rs"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"