# 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 = "egui_console" version = "0.2.0" build = false exclude = [".vscode"] autobins = false autoexamples = false autotests = false autobenches = false description = "A Console Window for egui" readme = "README.md" keywords = [ "egui", "widget", "console", ] categories = ["gui"] license = "MIT" repository = "https://github.com/pm100/egui_console" [lib] name = "egui_console" path = "src/lib.rs" [dependencies.eframe] version = "0.28.1" [dependencies.egui] version = "0.28.1" [dependencies.itertools] version = "0.13.0" [dependencies.serde] version = "1.0.204" [dependencies.serde_derive] version = "1.0.204" [features] persistence = []