# 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 = "monea-cli" version = "0.1.0-alpha.8" authors = ["Jacob D. Castro "] description = "An unopinionated CLI for playing rollup legos." homepage = "https://monealabs.xyz" documentation = "https://docs.monealabs.xyz/cli" readme = "README.md" keywords = [ "cli", "crypto", "rollups", "docker", ] license = "MIT" repository = "https://github.com/monea-xyz/monea-cli" [package.metadata.dist.bin-aliases] monea-cli = ["monea"] [package.metadata.wix] eula = false license = false path-guid = "4D2F4995-9408-4FD9-89E2-56711B67D848" upgrade-guid = "2524547C-8618-4B4B-AAD8-BD50BAF9284C" [profile.dist] lto = "thin" inherits = "release" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.prettytable] version = "0.10.0" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", ] [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml] version = "0.9.34"