# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "galoy-cli" version = "0.1.7" description = "A CLI Client for interacting with Galoy Backend" readme = "README.md" license = "MIT" repository = "https://github.com/GaloyMoney/galoy-cli" [dependencies.actix-web] version = "4.2.1" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.1" features = [ "derive", "env", ] [dependencies.csv] version = "1.2.2" [dependencies.dirs] version = "5.0.0" [dependencies.graphql_client] version = "0.13" features = ["reqwest"] [dependencies.indicatif] version = "0.17.5" [dependencies.log] version = "0.4.18" [dependencies.mime_guess] version = "2.0.4" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.rust-embed] version = "6.8.1" features = ["actix"] [dependencies.rust_decimal] version = "1.27.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tera] version = "1.19.0" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.28" features = [ "rt-multi-thread", "macros", ] [dependencies.webbrowser] version = "0.8.10" [features] fail-on-warnings = []