# 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 = "ncube" version = "2.4.1" authors = ["Nuno David "] exclude = [ ".github/*.gif", ".github/workflows", "web", ] description = "Generalized Hypercube Visualizer" readme = ".github/README.md" keywords = [ "simulation", "hypercube", "bevy", "mathematics", "tesseract", ] categories = [ "simulation", "mathematics", "visualization", "graphics", ] license = "MIT" repository = "https://github.com/ndavd/ncube" [profile.tiny] opt-level = "s" inherits = "release" [dependencies.bevy] version = "0.13.2" [dependencies.bevy_egui] version = "0.27.0" features = [ "open_url", "default_fonts", "render", ] default-features = false [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.105" [dependencies.wasm-bindgen] version = "0.2.92" [target."cfg(not(target_family=\"wasm\"))".dependencies.eframe] version = "0.23.0" [target."cfg(not(target_family=\"wasm\"))".dependencies.egui_file] version = "0.17.0" [target."cfg(not(target_family=\"wasm\"))".dependencies.home] version = "0.5.5"