# 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" rust-version = "1.75" name = "erust" version = "0.1.6" authors = [ "kbve", "h0lybyte", ] description = "ERust is an additional package for egui and eframe that provides extendable components." homepage = "https://kbve.com/" readme = "README.md" license = "MIT" repository = "https://github.com/KBVE/kbve/tree/main/packages/erust" [dependencies.base64] version = "0.21.6" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.eframe] version = "0.25.0" features = [ "accesskit", "default_fonts", "glow", "persistence", ] default-features = false [dependencies.egui] version = "0.25.0" [dependencies.ehttp] version = "0.3.1" [dependencies.holy] version = "0.1.2" [dependencies.image] version = "0.24.7" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4"