# 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 = "rusticify" version = "0.1.0" exclude = [ "assets/fonts/*", "rusticify.gif", "rusticify.png", ] description = "App for brainstorming & sharing ideas 🦀 Learning Project" readme = "Readme.org" license = "MIT OR Apache-2.0" repository = "https://github.com/StaffEngineer/rusticify.git" [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = "z" [dependencies.base64] version = "0.21.0" [dependencies.bevy] version = "0.10.0" [dependencies.bevy_embedded_assets] version = "0.7.0" [dependencies.bevy_prototype_lyon] version = "0.8.0" [dependencies.bevy_ui_borders] version = "0.3.0" [dependencies.image] version = "0.24.5" [dependencies.linkify] version = "0.9.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.uuid] version = "1.3.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.arboard] version = "3.2.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.open] version = "4.0.1" [target.wasm32-unknown-unknown]