[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.base64]
version = "0.22"
[dependencies.bytes]
version = "1.8"
[dependencies.chacha20poly1305]
version = "0.10"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.eventsource-stream]
version = "0.2"
[dependencies.futures]
version = "0.3"
[dependencies.getrandom]
version = "0.2"
[dependencies.hex]
version = "0.4"
[dependencies.percent-encoding]
version = "2.3"
[dependencies.pin-project]
version = "1.1"
[dependencies.rand]
version = "0.8"
[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12"
[dependencies.ring]
version = "0.17"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_cbor]
version = "0.11"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.41"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.11"
[dependencies.x25519-dalek]
features = ["static_secrets"]
version = "2.0"
[dependencies.x509-parser]
version = "0.16"
[dependencies.yasna]
version = "0.5"
[dev-dependencies.dotenv]
version = "0.15"
[dev-dependencies.pretty_assertions]
version = "1.4"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.tracing-subscriber]
version = "0.3"
[dev-dependencies.wiremock]
version = "0.6"
[[example]]
name = "api_usage"
path = "examples/api_usage.rs"
[[example]]
name = "auth_example"
path = "examples/auth_example.rs"
[features]
default = []
mock-attestation = []
[lib]
name = "opensecret"
path = "src/lib.rs"
[package]
authors = ["OpenSecret"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "api-bindings", "web-programming"]
description = "Rust SDK for OpenSecret - secure AI API interactions with nitro attestation"
documentation = "https://docs.rs/opensecret"
edition = "2021"
homepage = "https://opensecret.cloud"
keywords = ["opensecret", "ai", "encryption", "nitro", "attestation"]
license = "MIT"
name = "opensecret"
readme = "README.md"
repository = "https://github.com/OpenSecretCloud/OpenSecret-SDK"
version = "0.2.2"
[[test]]
name = "account_management"
path = "tests/account_management.rs"
[[test]]
name = "ai_integration"
path = "tests/ai_integration.rs"
[[test]]
name = "api_integration"
path = "tests/api_integration.rs"
[[test]]
name = "api_keys"
path = "tests/api_keys.rs"
[[test]]
name = "attestation"
path = "tests/attestation.rs"
[[test]]
name = "auth_integration"
path = "tests/auth_integration.rs"
[[test]]
name = "bip85_integration"
path = "tests/bip85_integration.rs"
[[test]]
name = "crypto"
path = "tests/crypto.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "session"
path = "tests/session.rs"