# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "indy-test-utils" version = "0.1.0" authors = ["Hyperledger Indy Contributors "] description = "Utilities for testing 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/bcgov/indy-shared-rs/" [lib] name = "indy_test_utils" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.tempfile] version = "3.1" [features] default = []