egui_code_editor 0.2.21

egui Code Editor widget with numbered lines, syntax highlighting and auto-completion..
Documentation
# 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 = "2024"
name = "egui_code_editor"
version = "0.2.21"
authors = ["Roman Chumak <p4ymak@yandex.ru>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "egui Code Editor widget with numbered lines, syntax highlighting and auto-completion.."
readme = "README.md"
keywords = [
    "egui",
    "GUI",
    "editor",
    "syntax",
    "highlighting",
]
categories = [
    "gui",
    "text-editors",
]
license = "MIT"
repository = "https://github.com/p4ymak/egui_code_editor"

[features]
default = [
    "egui",
    "editor",
]
editor = []
egui = ["dep:egui"]
serde = ["dep:serde"]

[lib]
name = "egui_code_editor"
path = "src/lib.rs"
doctest = false

[[example]]
name = "demo"
path = "examples/demo.rs"
test = true

[[example]]
name = "tui"
path = "examples/tui.rs"
test = true

[dependencies.egui]
version = "0.33"
optional = true

[dependencies.serde]
version = "1"
optional = true

[dev-dependencies.colorful]
version = "0.3"

[dev-dependencies.eframe]
version = "0.33"