| 123456789101112131415161718192021 |
- [package]
- name = "darkotc"
- version = "0.3.0"
- homepage = "https://dark.fi"
- description = "Atomic swap commandline tool"
- authors = ["darkfi <dev@dark.fi>"]
- repository = "https://github.com/darkrenaissance/darkfi"
- license = "AGPL-3.0-only"
- edition = "2021"
- [dependencies]
- async-std = {version = "1.12.0", features = ["attributes"]}
- bs58 = "0.4.0"
- clap = {version = "3.2.20", features = ["derive"]}
- darkfi = {path = "../../", features = ["crypto", "rpc", "util", "tx"]}
- darkfi-serial = {path = "../../src/serial"}
- halo2_proofs = "0.2.0"
- halo2_gadgets = "0.2.0"
- rand = "0.8.5"
- serde_json = "1.0.85"
- url = "2.3.1"
|