# 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.76" name = "ratframe" version = "2.0.1" authors = ["gold-silver-copper"] include = [ "LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml", ] description = "DEPRECATED GO TO 'egui_ratatui" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/gold-silver-copper/egui_ratatui" [package.metadata.docs.rs] all-features = true targets = [ "x86_64-unknown-linux-gnu", "wasm32-unknown-unknown", ] [profile.dev.package."*"] opt-level = 2 [profile.release] opt-level = 2 [lib] crate-type = [ "cdylib", "rlib", ] [[example]] name = "hello_world_minimum" doc-scrape-examples = true [[example]] name = "hello_world_proper" doc-scrape-examples = false [dependencies.eframe] version = "0.27.2" features = [ "accesskit", "default_fonts", "glow", "persistence", ] optional = true default-features = false [dependencies.egui] version = "0.27.2" [dependencies.ratatui] version = "0.26.2" default-features = false [dependencies.web-time] version = "1" [dev-dependencies.argh] version = "0.1.12" [dev-dependencies.itertools] version = "0.12.1" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] default-features = false [features] default = ["eframe"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.env_logger] version = "0.10" [target."cfg(target_arch = \"wasm32\")".dependencies.log] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4"