[package] name = "test_utils" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1.0.75" assert_cmd = "2.0.12" dialoguer = "0.10.4" directories = "5.0.1" git2 = "0.18.1" nostr = "0.25.0" once_cell = "1.18.0" rand = "0.8" rexpect = { git = "https://github.com/phaer/rexpect.git", branch= "skip-ansi-escape-codes" } simple-websockets = {path = "../../simple-websockets" } strip-ansi-escapes = "0.2.0" tungstenite = "0.20.1"