wasm-sign 0.2.0

WebAssembly module signing and verification tool to proof authenticity and integrity of WebAssembly bytecodes. The signature is attached as Custom-Section to the end of th module. The signed module can be transmitted over network. Recipients parsing the signed module will 'see' an additional Custom-Section of type 0 and name 'signature'. The Signature adds an overhead of 118 bytes.
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 = "wasm-sign"
version = "0.2.0"
authors = ["Frank Rehberger <frehberg@gmail.com>"]
description = "WebAssembly module signing and verification tool to proof authenticity and integrity of WebAssembly bytecodes. The signature is attached as Custom-Section to the end of th module. The signed module can be transmitted over network. Recipients parsing the signed module will 'see' an additional Custom-Section of type 0 and name 'signature'. The Signature adds an overhead of 118 bytes."
homepage = "https://github.com/frehberg/wasm-sign"
documentation = "https://github.com/frehberg/wasm-sign"
readme = "README.md"
keywords = ["webasm", "security", "signature"]
license = "Apache-2.0"
repository = "https://github.com/frehberg/wasm-sign"
[dependencies.base64]
version = "0.9"

[dependencies.env_logger]
version = "0.5"
default-features = false

[dependencies.getopts]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.openssl]
version = "0.10.3"

[dependencies.parity-wasm]
version = "0.24.1"

[dependencies.rustc-demangle]
version = "0.1.5"