# 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 = "ratatui-macros" version = "0.6.0" authors = ["The Ratatui Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for Ratatui" documentation = "https://docs.rs/ratatui-macros" readme = "README.md" keywords = [ "ratatui", "macros", "tui", "ui", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/ratatui-org/ratatui-macros" [lib] name = "ratatui_macros" path = "src/lib.rs" [[test]] name = "macros" path = "tests/macros.rs" [dependencies.ratatui] version = "0.29.0" [dev-dependencies.cargo-husky] version = "1.5.0" features = ["user-hooks"] [dev-dependencies.trybuild] version = "1.0.101" features = ["diff"]