# 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 = "mucli" version = "0.1.0" authors = ["DevYatsu"] description = "A multi-purposes client line interface: mucli!" readme = "README.md" license = "MIT" [[bin]] name = "mucli" path = "src/main.rs" [dependencies.clap] version = "4.3.15" features = ["cargo"] [dependencies.custom_error] version = "1.9.2" [dependencies.dialoguer] version = "0.10.4" [dependencies.indicatif] version = "0.17.5" [dependencies.rand] version = "0.8.5" [dependencies.simplecrypt] version = "1.0.2"