[package] name = "galoy-cli" description = "A CLI Client for interacting with Galoy Backend" repository = "https://github.com/GaloyMoney/galoy-cli" version = "0.1.7" edition = "2021" license = "MIT" [features] fail-on-warnings = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.71" clap = { version = "4.1", features = ["derive", "env"] } tokio = { version = "1.28", features = ["rt-multi-thread", "macros"] } reqwest = { version = "0.11.18", features = ["json"] } graphql_client = { version = "0.13", features = ["reqwest"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" dirs = "5.0.0" thiserror = "1.0.37" rust_decimal = "1.27.0" csv= "1.2.2" actix-web = "4.2.1" tera = "1.19.0" log = "0.4.18" webbrowser = "0.8.10" indicatif = "0.17.5" prettytable-rs = "0.10.0" rust-embed = { version = "6.8.1", features = ["actix"] } mime_guess = "2.0.4"