indy-crypto 0.1.4-rc-2

This is the shared crypto libirary for Hyperledger Indy components.
Documentation
# 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 = "indy-crypto"
version = "0.1.4-rc-2"
authors = ["Artemkaaas <artem.ivanov@dsr-company.com>"]
description = "This is the shared crypto libirary for Hyperledger Indy components."
license = "MIT/Apache-2.0"

[lib]
name = "indy_crypto"
crate-type = ["staticlib", "rlib", "dylib"]
path = "src/lib.rs"
[dependencies.rand]
version = "0.3"

[dependencies.env_logger]
version = "0.4.3"

[dependencies.sha2]
version = "0.6.0"

[dependencies.serde_derive]
version = "1.0"
optional = true

[dependencies.amcl]
version = "0.1.2"
features = ["BN254"]
optional = true
default-features = false

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.log]
version = "0.3.7"

[features]
default = ["pair_amcl", "serialization"]
serialization = ["serde", "serde_json", "serde_derive"]
pair_amcl = ["amcl"]