# 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] name = "indy" version = "1.16.0-post-286" authors = ["Hyperledger Indy Contributors "] exclude = ["tests/*"] description = "A library for assisting developers using LibIndy API" homepage = "https://github.com/hyperledger/indy-sdk" readme = "README.md" categories = ["api-bindings", "development-tools"] license = "MIT/Apache-2.0" repository = "https://github.com/hyperledger/indy-sdk" [lib] name = "indyrs" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.failure] version = "0.1.6" [dependencies.futures] version = "0.1.24" [dependencies.indy-sys] version = "=1.16.0-post-286" [dependencies.lazy_static] version = "1.3" [dependencies.libc] version = "=0.2.66" [dependencies.log] version = "0.4.1" features = ["std"] [dependencies.num-derive] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0.97" [dependencies.serde_derive] version = "1.0.97" [dependencies.serde_json] version = "1.0.40" [dev-dependencies.bs58] version = "0.2.2" features = ["check"] [dev-dependencies.byteorder] version = "1.3.2" [dev-dependencies.dirs] version = "1.0.4" [dev-dependencies.rand] version = "0.5.5" [dev-dependencies.rmp-serde] version = "0.13.6" [features] extended_api_types = [] tests_to_fix = [] timeout_tests = []