# 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 = "emerald-city" version = "0.2.0" authors = ["Omer "] description = "WASM/HW-friendly lightweight client application for threshold ECDSA" homepage = "https://github.com/KZen-networks" license = "GPL-3.0-or-later" repository = "https://github.com/KZen-networks/emerald-city" [lib] crate-type = ["staticlib", "lib"] [dependencies.bit-vec] version = "0.5" [dependencies.cryptoxide] version = "0.1.1" [dependencies.libsecp256k1] version = "0.2.2" [dependencies.num-bigint] version = "0.2.2" features = ["serde", "rand"] [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2.6" [dependencies.rand] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.zeroize] version = "0.5.2"