# 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" rust-version = "1.74.0" name = "tui-cards" version = "0.2.0" authors = ["Joshka"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A playing card widget for Ratatui" documentation = "https://docs.rs/tui-cards" readme = "README.md" keywords = [ "cli", "console", "ratatui", "terminal", "tui", ] categories = [ "command-line-interface", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/joshka/tui-widgets" [lib] name = "tui_cards" path = "src/lib.rs" [[example]] name = "card" path = "examples/card.rs" [dependencies.color-eyre] version = "0.6.3" [dependencies.indoc] version = "2.0.5" [dependencies.itertools] version = "0.13.0" [dependencies.ratatui] version = "0.29.0" default-features = false [dependencies.strum] version = "0.26.3" features = ["derive"] [dev-dependencies.ratatui] version = "0.29.0" default-features = true