# 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-wql" version = "0.4.0" authors = ["Hyperledger Indy Contributors "] description = "Wallet Query Language 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_wql" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.serde_json] version = "1.0" optional = true default-features = false [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0" [features] default = ["serde_support"] serde_support = ["serde", "serde_json"]