openapp-sdk-common 0.1.61

Shared models and low-level types for the OpenApp SDK (single contract: packages/api-spec/openapi.json).
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-common"
version = "0.1.61"
authors = ["Tomer <shalev.tomer@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared models and low-level types for the OpenApp SDK (single contract: packages/api-spec/openapi.json)."
readme = "README.md"
license = "MIT"
repository = "https://github.com/tomers/openapp-sdk"
resolver = "2"

[features]
default = []
openapi-gen = [
    "dep:anyhow",
    "dep:openapiv3",
    "dep:prettyplease",
    "dep:progenitor",
    "dep:quote",
    "dep:syn",
]

[lib]
name = "openapp_sdk_common"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "openapp-sdk-openapi-gen"
path = "src/bin/openapi_gen.rs"
required-features = ["openapi-gen"]

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]
default-features = false

[dependencies.openapiv3]
version = "2"
optional = true

[dependencies.prettyplease]
version = "0.2"
optional = true

[dependencies.progenitor]
version = "0.14"
optional = true

[dependencies.progenitor-client]
version = "0.14"

[dependencies.quote]
version = "1"
optional = true

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
    "rustls-no-provider",
    "stream",
    "multipart",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2"