openapp-sdk 0.1.53

Rust-first OpenApp SDK: thin facade over openapp-sdk-core for direct Cargo integration.
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 = "2024"
rust-version = "1.95"
name = "openapp-sdk"
version = "0.1.53"
authors = ["Tomer <shalev.tomer@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-first OpenApp SDK: thin facade over openapp-sdk-core for direct Cargo integration."
readme = "README.md"
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.53"

[dev-dependencies.cucumber]
version = "0.21"

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