# 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" rust-version = "1.63.0" name = "indy-credx" version = "1.1.1" authors = ["Hyperledger Indy Contributors "] description = "Verifiable credential issuance and presentation 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_credx" crate-type = [ "staticlib", "rlib", "cdylib", ] path = "src/lib.rs" [dependencies.env_logger] version = "0.10" optional = true [dependencies.ffi-support] version = "0.4.0" optional = true [dependencies.indy-data-types] version = "0.7.1" features = ["cl_native"] [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.zeroize] version = "1" optional = true [features] default = ["ffi"] ffi = [ "ffi-support", "logger", "zeroize", ] logger = ["env_logger"] vendored = ["indy-data-types/vendored"]