# 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 = "arkham" version = "0.2.1" authors = ["Joe Bellus"] description = "TUI made simple" license = "MIT" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "component_functions" path = "examples/component_functions.rs" [[example]] name = "theme" path = "examples/theme.rs" [[example]] name = "component_params" path = "examples/component_params.rs" [[example]] name = "keyboard" path = "examples/keyboard.rs" [[example]] name = "navigation" path = "examples/navigation.rs" [[example]] name = "stack" path = "examples/stack.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.crossterm] version = "0.27" [dependencies.ctrlc] version = "3.3.1"