# 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 = "cartographer-rs" version = "0.1.3" authors = ["Nickiel12"] description = "A small TUI crate for easily making simple, searchable, menus" readme = "README.md" keywords = [ "tui", "menu", "console", "cartographer", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/Nickiel12/cartographer" [dependencies.console] version = "0.15.5" [dependencies.rust-fuzzy-search] version = "0.1.1" [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true [dev-dependencies.enum-variants-strings] version = "0.2.1" [dev-dependencies.serde] version = "1.0.152" features = ["derive"] [features] serde_serialize = ["dep:serde"]