# 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 = "dioxus-tui" version = "0.5.0-alpha.0" authors = ["Jonathan Kelley, Evan Almloff"] description = "TUI-based renderer for Dioxus" homepage = "https://dioxuslabs.com/learn/0.4/getting_started/tui" readme = "README.md" keywords = [ "dom", "ui", "gui", "react", "terminal", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DioxusLabs/dioxus/" [[bench]] name = "update" harness = false [dependencies.crossterm] version = "0.26.0" [dependencies.dioxus-core] version = "0.5.0-alpha.0" features = ["serialize"] [dependencies.dioxus-hot-reload] version = "0.5.0-alpha.0" optional = true [dependencies.dioxus-html] version = "0.5.0-alpha.0" [dependencies.dioxus-native-core] version = "0.5.0-alpha.0" features = ["dioxus"] [dependencies.dioxus-native-core-macro] version = "0.5.0-alpha.0" [dependencies.futures] version = "0.3.19" [dependencies.plasmo] version = "0.5.0-alpha.0" [dependencies.taffy] version = "0.3.12" [dependencies.tokio] version = "1.28" features = ["full"] [features] default = ["hot-reload"] hot-reload = ["dioxus-hot-reload"]