# 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 = "world-tables-gui" version = "0.1.0" authors = ["Hilton Medeiros"] description = "GUI for world-tables" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/hiltonm/world-tables" resolver = "1" [dependencies.anyhow] version = "1" [dependencies.catppuccin-egui] version = "2" [dependencies.clap] version = "4" features = ["derive"] [dependencies.eframe] version = "0.21" features = [ "default_fonts", "glow", ] default-features = false [dependencies.egui] version = "0.21" [dependencies.egui_extras] version = "0.21" [dependencies.enum-map] version = "2" [dependencies.epaint] version = "0.21" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "blocking", "gzip", "json", ] default-features = false [dependencies.serde] version = "1" [dependencies.world-tables-base] version = "0.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tracing-subscriber] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.7" [target."cfg(target_arch = \"wasm32\")".dependencies.tracing-wasm] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4"