# 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_memory_editor" version = "0.2.10" authors = ["Hirtol "] build = false exclude = [ "assets/*", ".github/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple memory editor for the egui library" homepage = "https://github.com/Hirtol/egui_memory_editor" readme = "README.md" keywords = [ "egui", "memory", "editor", "emulator", ] categories = ["gui"] license = "MIT/Apache-2.0" repository = "https://github.com/Hirtol/egui_memory_editor" [lib] name = "egui_memory_editor" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple/main.rs" [dependencies.egui] version = "0.28" default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.eframe] version = "0.28" [features] default = [] serde = [ "dep:serde", "egui/persistence", ]