[package]
edition = "2024"
rust-version = "1.95"
name = "openapp-sdk"
version = "0.1.61"
authors = ["Tomer <shalev.tomer@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust SDK for OpenApp — Physical Security as a Service (PSaaS): API-first access control for doors, gates, intercom, invitations, and audit."
readme = "README.md"
keywords = [
"openapp",
"access-control",
"physical-security",
"door",
"gate",
]
categories = [
"api-bindings",
"web-programming",
]
license = "MIT"
repository = "https://github.com/tomers/openapp-sdk"
[lib]
name = "openapp_sdk"
path = "src/lib.rs"
[[test]]
name = "gherkin_tier1"
path = "tests/gherkin_tier1.rs"
harness = false
[dependencies.openapp-sdk-core]
version = "0.1.61"
[dev-dependencies.cucumber]
version = "0.23"
[dev-dependencies.reqwest]
version = "0.13"
features = [
"json",
"rustls-no-provider",
]
default-features = false
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
]
[dev-dependencies.wiremock]
version = "0.6"