# 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_clip_textedit" version = "0.1.5" authors = ["Rui Kobayashi "] description = "Text editor for text data with a large number of lines." homepage = "https://github.com/KobayashiRui/egui_clip_textedit" readme = "README.md" license = "MIT" repository = "https://github.com/KobayashiRui/egui_clip_textedit" [dependencies.bytemuck] version = "1.7.1" optional = true [dependencies.eframe] version = "0.21.0" features = [ "accesskit", "default_fonts", "wgpu", ] default-features = false [dependencies.futures] version = "0.3" [dependencies.tracing-subscriber] version = "0.3"