# 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 = "ellipticoin-test-framework" version = "0.1.4" authors = ["Mason Fischer "] description = "A framework for testing Ellipticoin smart contracts" license = "MIT" [dependencies.ed25519-dalek] version = "1.0.0-pre.3" [dependencies.ellipticoin] version = "0.0.5" [dependencies.hex] version = "0.3.2" [dependencies.hex-literal] version = "0.3.0" [dependencies.lazy_static] version = "1.1.0" [dependencies.rand] version = "0.6.5" [dependencies.secp256k1] version = "0.17.2" features = ["rand"] [dependencies.sha2] version = "0.8.1" [dependencies.wasm-rpc] version = "0.2.16"