# 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 = "ezmenu" version = "0.2.9" authors = ["Ahmad Baalbaky "] description = "Builds a CLI menu with simple macros." documentation = "https://docs.rs/ezmenu" keywords = ["cli", "derive", "menu", "interface"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/ahbalbk/ezmenu" resolver = "2" [dependencies.ezmenu-macros] version = "0.2.5" [dependencies.ezmenulib] version = "0.2.7" [features] default = ["derive", "parsed"] derive = ["ezmenu-macros/derive"] parsed = ["ezmenu-macros/parsed"]