reformy 0.1.7

Derive ratatui form widgets from structs or enums
Documentation
# 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 = "2024"
name = "reformy"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive ratatui form widgets from structs or enums"
readme = false
license = "GPL-3.0-or-later"
resolver = "1"

[lib]
name = "reformy"
path = "src/lib.rs"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.ratatui]
version = "0.29.0"
features = ["unstable-widget-ref"]

[dependencies.reformy-derive]
version = "0.1.7"

[dependencies.tui-textarea]
version = "0.7.0"