# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "vujio_client" version = "0.1.2" authors = ["Shawn "] description = "vuj.io client utilities" license = "Apache-2.0/MIT" repository = "https://github.com/vujio/vujio/vujio_client" [lib] crate-type = ["cdylib", "rlib"] [dependencies.anyhow] version = "1.0.36" [dependencies.async-std] version = "1.7.0" features = ["attributes"] [dependencies.bevy] version = "0.4.0" [dependencies.bevy_webgl2] version = "0.4.1" optional = true [dependencies.relative-path] version = "1.3.2" [dependencies.swc] version = "0.0.0" [dependencies.swc_atoms] version = "0.2.5" [dependencies.swc_bundler] version = "0.18.2" [dependencies.swc_common] version = "0.10.8" [dependencies.swc_ecma_ast] version = "0.36.2" [dependencies.swc_ecma_codegen] version = "0.42.2" [dependencies.swc_ecma_parser] version = "0.44.1" [dependencies.swc_ecma_visit] version = "0.22.0" [features] default = ["bevy/bevy_gltf", "bevy/bevy_winit", "bevy/render", "bevy/png"] native = ["bevy/bevy_wgpu"] web = ["bevy_webgl2"]