2023-04-16 00:07:08 +00:00
|
|
|
[package]
|
|
|
|
name = "rustzcash-wrapper"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
haskell-ffi.git = "https://github.com/BeFunctional/haskell-rust-ffi.git"
|
|
|
|
haskell-ffi.rev = "2bf292e2e56eac8e9fb0fb2e1450cf4a4bd01274"
|
|
|
|
f4jumble = "0.1"
|
|
|
|
zcash_address = "0.2.0"
|
|
|
|
borsh = "0.10"
|
2024-03-03 14:23:48 +00:00
|
|
|
bech32 = "0.11"
|
2024-04-29 15:27:45 +00:00
|
|
|
orchard = "0.7.1"
|
2024-03-05 20:43:33 +00:00
|
|
|
zcash_note_encryption = "0.4.0"
|
2024-04-30 21:54:15 +00:00
|
|
|
zcash_primitives = { version = "0.14.0", features = ["transparent-inputs"]}
|
2024-04-29 15:27:45 +00:00
|
|
|
zcash_client_backend = "0.11.1"
|
|
|
|
sapling-crypto = "0.1.3"
|
2024-03-05 20:43:33 +00:00
|
|
|
zip32 = "0.1.0"
|
2023-07-19 19:33:32 +00:00
|
|
|
proc-macro2 = "1.0.66"
|
2024-04-02 16:23:05 +00:00
|
|
|
nonempty = "0.7.0"
|
2024-04-08 17:54:05 +00:00
|
|
|
incrementalmerkletree = "0.5.0"
|
2024-04-30 21:54:15 +00:00
|
|
|
secp256k1 = "0.26.0"
|
|
|
|
jubjub = "0.10.0"
|
|
|
|
rand_core = { version = "0.6.4", features = ["getrandom"]}
|
2023-04-16 00:07:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
capi = []
|
|
|
|
|
|
|
|
[package.metadata.capi.library]
|
|
|
|
versioning = false
|