| 12345678910111213141516171819202122232425262728 |
- [package]
- name = "explorer"
- version = "0.5.0"
- edition = "2021"
- [dependencies]
- darkfi = {path = "../../", features = ["blockchain", "rpc"]}
- darkfi-serial = {path = "../../src/serial", features = ["derive"]}
- darkfi-sdk = {path = "../../src/sdk"}
- darkfi_money_contract = {path = "../../src/contract/money", features = ["no-entrypoint", "client"]}
- async-channel = "2.5.0"
- async-trait = "0.1.89"
- easy-parallel = "3.3.1"
- smol = "2.0.2"
- tracing = "0.1.44"
- url = "2.5.7"
- tinyjson = "2.5.1"
- hex = "0.4.3"
- sled = "0.34.7"
- tapes = {git = "https://github.com/Cuprate/Tapes"}
- bytemuck = {version = "1.24.0", features = ["derive"]}
- arg = {git = "https://github.com/parazyd/arg"}
|