[package] name = "drk" version = "0.3.0" homepage = "https://dark.fi" description = "Command-line client for darkfid" authors = ["Dyne.org foundation "] repository = "https://github.com/darkrenaissance/darkfi" license = "AGPL-3.0-only" edition = "2021" [dependencies] anyhow = "1.0.66" async-std = {version = "1.12.0", features = ["attributes"]} clap = {version = "4.0.25", features = ["derive"]} darkfi = {path = "../../", features = ["rpc", "util", "wallet"]} darkfi-sdk = {path = "../../src/sdk"} darkfi-serial = {path = "../../src/serial", features = ["derive", "crypto"]} prettytable-rs = "0.9.0" rand = "0.8.5" serde_json = "1.0.87" simplelog = "0.12.0" libsqlite3-sys = {version = "0.24.2", features = ["bundled-sqlcipher"]} sqlx = {version = "0.6.2", features = ["runtime-async-std-native-tls", "sqlite"]} url = "2.3.1" #bs58 = "0.4.0" #clap = {version = "3.2.20", features = ["derive"]} #darkfi = {path = "../../", features = ["crypto", "util", "rpc", "wasm-runtime", "zkas"]} #indicatif = "0.17.1" #log = "0.4.17" #pasta_curves = "0.4.1"