# 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 = "zung_mini" version = "0.4.0" authors = ["Ishaan Goel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mini rust projects that target specific features of rust" readme = "README.md" keywords = [ "projects", "learning", "mini", ] license = "MIT" repository = "https://github.com/ishaan26/zung" [lib] name = "zung_mini" path = "src/lib.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.indicatif] version = "0.17" [dependencies.prettytable] version = "0.10.0" [dependencies.rand] version = "0.8"