[package] name = "spl-themis-ristretto-client" version = "0.1.0" description = "SPL THEMIS client" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana-program-library" license = "Apache-2.0" edition = "2018" exclude = ["js/**"] [dependencies] bincode = "1.3" borsh = "0.7.1" curve25519-dalek = {git = "https://github.com/garious/curve25519-dalek", rev = "60efef3553d6bf3d7f3b09b5f97acd54d72529ff", default-features = false, features = ["borsh"]} elgamal_ristretto = { git = "https://github.com/garious/elgamal", rev = "db1eef8e01b8a6e93d3bdc64ab2c1acb39cb64d6", default-features = false } futures = "0.3" solana-banks-client = "1.5.6" solana-cli-config = "1.5.6" solana-sdk = "1.5.6" spl-themis-ristretto = { version = "0.1.0", path = "../program_ristretto", features = ["no-entrypoint"] } tarpc = { version = "0.22.0", features = ["full"] } tokio = "0.3" url = "2.1" [dev-dependencies] separator = "0.4.1" solana-banks-server = "1.5.6" solana-bpf-loader-program = "1.5.6" solana-core = "1.5.6" solana_rbpf = "0.1" solana-runtime = "1.5.6" [lib] crate-type = ["cdylib", "lib"]