[package] name = "zcash_client_backend" version = "0.0.0" authors = [ "Jack Grigg ", ] edition = "2018" [dependencies] bech32 = "0.7" ff = { path = "../ff" } hex = "0.3" pairing = { path = "../pairing" } protobuf = "2" subtle = "2" zcash_primitives = { path = "../zcash_primitives" } [build-dependencies] protobuf-codegen-pure = "2" [dev-dependencies] rand_core = "0.5" rand_os = "0.2" rand_xorshift = "0.2"