privacy_http_sdk 1.0.9

Privacy HTTP SDK for Rust
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"
name = "privacy_http_sdk"
version = "1.0.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Privacy HTTP SDK for Rust"
documentation = "https://docs.rs/privacy_http_sdk"
readme = "README.md"
license = "MIT"
repository = "https://codeberg.org/Robot_Labs/http-privacy"

[features]
default = []

[lib]
name = "privacy_http_sdk"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[example]]
name = "did_nostr_example"
path = "examples/did_nostr_example.rs"

[dependencies.aws-config]
version = "1.1.7"
features = ["behavior-version-latest"]

[dependencies.aws-sdk-s3]
version = "1.79.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.cxx]
version = "1.0.170"

[dependencies.deepseek_rs]
version = "0.1.4"

[dependencies.gemini_client_rs]
version = "0.10.0"

[dependencies.js-sys]
version = "0.3"

[dependencies.mcp_rust_schema]
version = "0.1.4"

[dependencies.openai]
version = "1.0.0-alpha.19"

[dependencies.pyo3]
version = "0.29.0"

[dependencies.reqwest]
version = "0.13.0"
features = [
    "json",
    "native-tls",
]

[dependencies.rig-core]
version = "0.39.0"

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.wasm-bindgen]
version = "0.2.100"

[build-dependencies.cxx-build]
version = "1.0.170"