# 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 = "plasmo" version = "0.5.0-alpha.0" authors = ["Jonathan Kelley, Evan Almloff"] description = "TUI-based renderer for Dioxus" homepage = "https://dioxuslabs.com" readme = "README.md" keywords = [ "dom", "ui", "gui", "react", "terminal", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DioxusLabs/dioxus/" [dependencies.anyhow] version = "1.0.42" [dependencies.anymap] version = "1.0.0-beta.2" [dependencies.crossterm] version = "0.26.1" [dependencies.dioxus-html] version = "0.5.0-alpha.0" features = [ "serialize", "mounted", ] [dependencies.dioxus-native-core] version = "0.5.0-alpha.0" features = ["layout-attributes"] [dependencies.dioxus-native-core-macro] version = "0.5.0-alpha.0" [dependencies.futures] version = "0.3.19" [dependencies.futures-channel] version = "0.3.21" [dependencies.once_cell] version = "1.17.1" [dependencies.ratatui] version = "0.24.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.shipyard] version = "0.6.2" features = [ "proc", "std", ] default-features = false [dependencies.smallvec] version = "1.6" [dependencies.taffy] version = "0.3.12" [dependencies.tokio] version = "1.28" features = ["full"] [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.tokio] version = "1" [features] default = [] parallel = ["shipyard/parallel"]