# 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-dataframe" version = "0.3.3" authors = ["nomissbowling "] description = "Rust egui Widgets for polars dataframe" homepage = "https://crates.io/crates/egui-dataframe" documentation = "https://docs.rs/egui-dataframe/" readme = "README.md" keywords = [ "egui", "dataframe", "polars", "plotters", "gui", ] categories = [ "gui", "visualization", "development-tools", "games", "graphics", ] license = "MIT" repository = "https://github.com/nomissbowling/egui-dataframe" [lib] name = "egui_dataframe" [dependencies.eframe] version = "=0.21.0" features = ["persistence"] [dependencies.egui] version = "=0.21.0" [dependencies.egui-resources] version = "=0.4.0" [dependencies.egui_extras] version = "=0.21.0" [dependencies.egui_grid] version = "=0.1.0" [dependencies.half] version = "=2.2.1" [dependencies.image] version = "=0.24.6" features = [ "png", "jpeg", ] [dependencies.polars] version = "=0.25.1" features = [ "describe", "lazy", "object", "strings", "dtype-full", "dtype-categorical", "list_eval", "rows", "round_series", "rank", ] [dependencies.polars-utils] version = "=0.25.1"