cargo-ec 0.1.1

Cargo plugin for building and deploying smart contracts to the Ellipticoin network
# 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 = "cargo-ec"
version = "0.1.1"
authors = ["Mason Fischer <mason@kissr.co>"]
description = "Cargo plugin for building and deploying smart contracts to the Ellipticoin network"
license = "MIT/Apache-2.0"

[[bin]]
name = "cargo-ec"
path = "src/main.rs"
[dependencies.base64]
version = "0.10.1"

[dependencies.clap]
version = "2.33"
features = ["yaml"]

[dependencies.ec-client]
version = "0.1.0"

[dependencies.failure]
version = "0.1.5"

[dependencies.serde]
version = "1.0.92"

[dependencies.toml]
version = "0.5.1"

[dependencies.wasm-snip]
version = "0.1.5"
default-features = false