| 12345678910111213141516171819202122232425 |
- [package]
- name = "tau"
- description = "Command-line client for taud"
- version = "0.4.0"
- edition = "2021"
- authors = ["Dyne.org foundation <foundation@dyne.org>"]
- license = "AGPL-3.0-only"
- homepage = "https://dark.fi"
- repository = "https://github.com/darkrenaissance/darkfi"
- [dependencies]
- async-std = {version = "1.12.0", features = ["attributes"]}
- chrono = "0.4.22"
- clap = {version = "3.2.20", features = ["derive"]}
- colored = "2.0.0"
- darkfi = { path = "../../../", features = ["rpc"]}
- fxhash = "0.2.1"
- log = "0.4.17"
- prettytable-rs = "0.9.0"
- serde = {version = "1.0.145", features = ["derive"]}
- serde_json = "1.0.85"
- simplelog = "0.12.0"
- term_grid = { git = "https://github.com/Dastan-glitch/rust-term-grid.git" }
- textwrap = "0.15.1"
- url = "2.3.1"
|