# 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] name = "wedpr-indy-crypto" version = "0.4.5" authors = ["Artemkaaas "] description = "This is the shared crypto library for Hyperledger Indy components." license = "MIT/Apache-2.0" [dependencies.amcl] version = "0.1.3" features = ["BN254"] optional = true default-features = false [dependencies.bincode] version = "1.2" [dependencies.console_error_panic_hook] version = "0.1.5" optional = true [dependencies.env_logger] version = "0.5.10" [dependencies.int_traits] version = "0.1.1" optional = true [dependencies.lazy_static] version = "1.0" [dependencies.libc] version = "0.2.33" [dependencies.log] version = "0.4.1" [dependencies.openssl] version = "0.10.31" optional = true [dependencies.rand] version = "0.6.0-pre.1" features = ["wasm-bindgen"] [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.sha2] version = "0.7.1" [dependencies.sha3] version = "0.7.3" [dependencies.time] version = "0.1.36" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] optional = true [features] bn_openssl = ["openssl", "int_traits"] cl = ["bn_openssl"] default = ["bn_openssl", "pair_amcl", "serialization", "ffi", "cl"] ffi = [] pair_amcl = ["amcl"] serialization = ["serde", "serde_json", "serde_derive"] wasm = ["wasm-bindgen", "console_error_panic_hook"]