# 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 = "indy-utils" version = "0.6.0" authors = ["Hyperledger Indy Contributors "] description = "Utilities for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org)." readme = "README.md" keywords = [ "hyperledger", "indy", "ssi", "verifiable", "credentials", ] categories = [ "authentication", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/hyperledger/indy-shared-rs/" [lib] name = "indy_utils" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.bs58] version = "0.5" [dependencies.curve25519-dalek] version = "3.1" features = ["u64_backend"] optional = true default-features = false [dependencies.ed25519-dalek] version = "1.0" features = ["u64_backend"] optional = true default-features = false [dependencies.once_cell] version = "1.9" [dependencies.rand] version = "0.8" optional = true [dependencies.regex] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.sha2] version = "0.10" optional = true [dependencies.thiserror] version = "1.0" [dependencies.x25519-dalek] version = "=1.2" features = ["u64_backend"] optional = true default-features = false [dependencies.zeroize] version = "1.3" [dev-dependencies.async-global-executor] version = "2.3" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] default = ["ed25519"] ed25519 = [ "curve25519-dalek", "ed25519-dalek", "rand", "sha2", "x25519-dalek", ]