# 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 = "menu_genie" version = "0.1.1" authors = ["Dusan Djordjic"] description = "Multi-level terminal menu library." documentation = "https://docs.rs/menu_genie" readme = "README.md" keywords = [ "terminal", "menu", ] license = "MIT" repository = "https://github.com/DusanDjordjic/MenuGenie" [lib] name = "menu_genie" path = "src/lib.rs" [dependencies]