# 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_cosmic_text" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial cosmic text widget and utilities for egui" readme = "README.md" license = "MIT" repository = "https://github.com/tamewild/egui_cosmic_text" [lib] name = "egui_cosmic_text" path = "src/lib.rs" [[example]] name = "editor" path = "examples/editor.rs" [[example]] name = "frame" path = "examples/frame.rs" [dependencies.cosmic-text] version = "0.12.0" [dependencies.cosmic_undo_2] version = "0.2.0" optional = true default-features = false [dependencies.egui] version = "0.28" default-features = false [dependencies.etagere] version = "0.2.13" [dependencies.imgref] version = "1.10.1" [dependencies.lru] version = "0.12.3" [dev-dependencies.arboard] version = "3.4.0" [dev-dependencies.eframe] version = "0.28.1" [dev-dependencies.rustc-hash] version = "2.0.0" [features] default = ["widget"] shape-run-cache = ["cosmic-text/shape-run-cache"] widget = ["cosmic_undo_2"]