# 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 = "leptos-bevy-canvas" version = "0.1.0-alpha" authors = ["Marc-Stefan Cassola"] build = false exclude = [ "examples/", "tests/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Easily embed an idiomatic Bevy app inside your Leptos app." readme = "README.md" keywords = [ "leptos", "bevy", "graphics", "wasm", "canvas", ] categories = [ "gui", "web-programming", "rendering", "graphics", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Synphonyte/leptos-bevy-canvas" [lib] name = "leptos_bevy_canvas" path = "src/lib.rs" [dependencies.bevy] version = "0.14" default-features = false [dependencies.crossbeam-channel] version = "0.5" [dependencies.leptos] version = "0.7.0-beta" [dependencies.leptos-use] version = "0.14.0-beta"