# 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 = "cosmos-cli" version = "0.1.0" authors = ["Steve Degosserie <723552+stiiifff@users.noreply.github.com>"] description = "A simple CLI tool to get information about resources in the Cosmos network." documentation = "https://github.com/stiiifff/cosmos-cli/blob/master/README.md#available-subcommands" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/stiiifff/cosmos-cli" [profile.release] lto = true panic = "abort" [dependencies.anyhow] version = "1.0.81" [dependencies.base64] version = "0.22.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.itertools] version = "0.12.1" [dependencies.json_to_table] version = "0.7.0" [dependencies.log] version = "0.4.21" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.reqwest] version = "0.12.2" features = ["json"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.tokio] version = "1.37.0" features = ["full"]