# 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 = "didcomm" version = "0.4.1" authors = ["Vyacheslav Gudkov "] description = "DIDComm for Rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/sicpa-dlab/didcomm-rust" [[example]] name = "attachments" [[example]] name = "advanced_params" [[example]] name = "basic" [[example]] name = "rotate_did" [[example]] name = "routing" [[bench]] name = "pack_signed" harness = false [[bench]] name = "pack_encrypted" harness = false [dependencies.anyhow] version = "1.0" [dependencies.askar-crypto] version = "0.2" features = ["std"] [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" [dependencies.bs58] version = "0.4.0" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-enum-str] version = "0.1" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8" features = ["v4"] [dependencies.varint] version = "0.9.0" [dev-dependencies.criterion] version = "0.3" 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", ] [features] testvectors = ["lazy_static"] uniffi = []