# 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 = "shu" version = "0.5.0" description = "High-dimensional metabolic maps." readme = "README.md" categories = [ "visualization", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/biosustain/shu" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.wasm-release] opt-level = "z" lto = "fat" codegen-units = 1 inherits = "release" [dependencies.bevy] version = "0.9.1" features = [ "bevy_render", "bevy_core_pipeline", "bevy_asset", "bevy_sprite", "render", "bevy_winit", "png", "x11", ] default-features = false [dependencies.bevy_egui] version = "0.17.1" [dependencies.bevy_pancam] version = "0.7.0" features = ["bevy_egui"] [dependencies.bevy_prototype_lyon] version = "0.7.1" [dependencies.colorgrad] version = "0.6.2" [dependencies.fastrand] version = "1.8.0" [dependencies.itertools] version = "0.10.5" [dependencies.serde] version = "1.0.147" [dependencies.serde_json] version = "1.0.88" [target."cfg(target_arch = \"wasm32\")".dependencies.async-std] version = "1.12.0" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.84" features = [ "serde", "serde-serialize", ] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.33" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.4" features = [ "CanvasRenderingContext2d", "CssStyleDeclaration", "Document", "Element", "EventTarget", "File", "FileList", "HtmlLabelElement", "HtmlInputElement", "HtmlElement", "MouseEvent", "Node", "Window", "console", ]