# 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 = "2021" name = "affinidi-messaging-sdk" version = "0.7.6" authors = ["Glenn Gore "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Affinidi Messaging SDK" homepage = "https://affinidi.com/" readme = "README.md" keywords = [ "did", "ssi", "ATM", "affinidi", ] license = "Apache-2.0" [lib] name = "affinidi_messaging_sdk" path = "src/lib.rs" [[example]] name = "common" path = "examples/common.rs" [[example]] name = "fetch_message_as_bob" path = "examples/fetch_message_as_bob.rs" [[example]] name = "message_pickup" path = "examples/message_pickup.rs" [[example]] name = "ping" path = "examples/ping.rs" [[example]] name = "send_message_to_bob" path = "examples/send_message_to_bob.rs" [[example]] name = "send_message_to_me" path = "examples/send_message_to_me.rs" [dependencies.affinidi-did-resolver-cache-sdk] version = "0.1.12" [dependencies.affinidi-messaging-didcomm] version = "0.7" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "1" [dependencies.jsonwebtoken] version = "9.3" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls-manual-roots", "json", ] [dependencies.rustls] version = "0.23" features = [ "aws_lc_rs", "tls12", ] default-features = false [dependencies.rustls-native-certs] version = "0.8" [dependencies.rustls-pemfile] version = "2" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.sha256] version = "1.5" [dependencies.ssi] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-tungstenite] version = "0.23.0" features = ["rustls-tls-native-roots"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.url] version = "2.5" [dependencies.uuid] version = "1.8.0" features = [ "v4", "fast-rng", ] [dev-dependencies.clap] version = "4.5" features = ["derive"]