# 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-selectable-table" version = "0.1.0" authors = ["TheRustyPickle "] build = false exclude = [ "/demo", "/.github", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ A library for egui to create tables with draggable cell and row selection. """ homepage = "https://github.com/TheRustyPickle/egui-selectable-table" readme = "README.md" keywords = [ "egui", "table", "selectable-table", "drag", "row", ] categories = ["gui"] license = "MIT" repository = "https://github.com/TheRustyPickle/egui-selectable-table" [lib] name = "egui_selectable_table" path = "src/lib.rs" [dependencies.egui] version = "0.29.1" features = ["rayon"] default-features = false [dependencies.egui_extras] version = "0.29.1" default-features = false [dependencies.rayon] version = "1.10.0" [lints.clippy.enum_glob_use] level = "deny" priority = 2 [lints.clippy.expect_used] level = "allow" priority = 6 [lints.clippy.missing_panics_doc] level = "allow" priority = 7 [lints.clippy.nursery] level = "deny" priority = 0 [lints.clippy.pedantic] level = "deny" priority = 1 [lints.clippy.perf] level = "deny" priority = 3 [lints.clippy.style] level = "deny" priority = 4 [lints.clippy.unwrap_used] level = "deny" priority = 5 [lints.rust] unsafe_code = "forbid"