up-cli 0.2.0

A CLI to interact with the Up Banking API
# 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 = "2018"
name = "up-cli"
version = "0.2.0"
authors = ["etopiei"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI to interact with the Up Banking API"
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/etopiei/up-cli"

[[bin]]
name = "up-cli"
path = "src/main.rs"

[dependencies.colored]
version = "2"

[dependencies.itertools]
version = "0.10.5"

[dependencies.reqwest]
version = "0.11.7"
features = ["json"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tokio]
version = "1.28.1"
features = ["full"]