morpho-rs-cli 0.1.1

CLI tool for querying Morpho vaults
# 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 = "morpho-rs-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for querying Morpho vaults"
readme = false
license = "MIT"
repository = "https://github.com/tynes/morpho-rs"

[[bin]]
name = "morpho"
path = "src/main.rs"

[dependencies.alloy-primitives]
version = "0.8"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "2.1"

[dependencies.morpho-rs-api]
version = "0.1.1"

[dependencies.serde_json]
version = "1.0"

[dependencies.tabled]
version = "0.17"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]