# 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 = "2018" name = "affinidi-messaging-didcomm" version = "0.7.6" authors = [ "Vyacheslav Gudkov ", "Glenn Gore ", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "DIDComm for Rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/sicpa-dlab/didcomm-rust" resolver = "2" [lib] name = "affinidi_messaging_didcomm" path = "src/lib.rs" [[bench]] name = "pack_encrypted" path = "benches/pack_encrypted.rs" harness = false [[bench]] name = "pack_signed" path = "benches/pack_signed.rs" harness = false [dependencies.affinidi-did-resolver-cache-sdk] version = "0.1.12" [dependencies.anyhow] version = "1.0" [dependencies.askar-crypto] version = "0.3.1" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.bs58] version = "0.5" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde-enum-str] version = "0.4" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.ssi] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.8.0" features = [ "v4", "fast-rng", ] [dependencies.varint] version = "0.9.0" [dev-dependencies.criterion] version = "0.5" features = ["async_futures"] [dev-dependencies.getrandom] version = "0.2" features = ["js"] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tokio] version = "1.9" features = [ "rt", "macros", ] [dev-dependencies.tracing-test] version = "0.2" [features] testvectors = ["lazy_static"] uniffi = []