| 1 | name: cw_zcash |
| 2 | description: Zcash library for cake wallet |
| 3 | version: 1.0.0 |
| 4 | publish_to: none |
| 5 | |
| 6 | environment: |
| 7 | sdk: ^3.8.0 |
| 8 | |
| 9 | dependencies: |
| 10 | flutter: |
| 11 | sdk: flutter |
| 12 | cw_core: |
| 13 | path: ../cw_core |
| 14 | mobx: ^2.6.0 |
| 15 | bip39: ^1.0.6 |
| 16 | mutex: ^3.1.0 |
| 17 | |
| 18 | path: any |
| 19 | flat_buffers: any |
| 20 | zkool: |
| 21 | # path: ../../zkool2 |
| 22 | git: |
| 23 | url: https://github.com/cake-tech/zkool2.git |
| 24 | ref: 36e72b530c274c4a54a6127aadb94886e84d67bf |
| 25 | |
| 26 | path_provider: any |
| 27 | sqflite_common_ffi: any |
| 28 | dependency_overrides: |
| 29 | decimal: ^2.3.3 |
| 30 | |
| 31 | dev_dependencies: |
| 32 | flutter_test: |
| 33 | sdk: flutter |
| 34 | build_runner: ^2.15.0 |
| 35 | mobx_codegen: ^2.7.7 |
| 36 | # hive_generator: ^2.0.1 |
| 37 | ffigen: ^20.1.1 |