[package] name = "tau" description = "Command-line client for taud" version = "0.4.1" edition = "2021" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" homepage = "https://dark.fi" repository = "https://github.com/darkrenaissance/darkfi" [dependencies] libc = "0.2.153" darkfi = {path = "../../../", features = ["rpc"]} taud = {path = "../taud"} # Misc chrono = "0.4.35" colored = "2.1.0" log = "0.4.21" prettytable-rs = "0.10.0" simplelog = "0.12.2" smol = "1.3.0" term_grid = { git = "https://github.com/Dastan-glitch/rust-term-grid.git" } textwrap = "0.16.1" url = "2.5.0" # Encoding and parsing clap = {version = "4.5.2", features = ["derive"]} serde = {version = "1.0.197", features = ["derive"]} tinyjson = "2.5.1"