# 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 = "aframe" version = "0.7.1" authors = ["Griffin O'Neill "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ High-level Aframe VR bindings for Rust WASM """ homepage = "https://github.com/Eolu/aframe-rs" documentation = "https://docs.rs/aframe" readme = "README.md" keywords = [ "vr", "aframe", "wasm", "web", ] categories = [ "api-bindings", "wasm", "graphics", "multimedia", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Eolu/aframe-rs" [package.metadata.docs.rs] all-features = true [lib] name = "aframe" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [dependencies.async-lock] version = "3.4" optional = true [dependencies.const-default] version = "1.0" [dependencies.futures] version = "0.3" optional = true [dependencies.htmlify] version = "1.3.1" features = [ "web-sys", "yew", ] [dependencies.js-sys] version = "0.3.74" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.serde_json] version = "1.0.133" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dependencies.web-sys] version = "0.3" features = [ "Window", "Document", "Element", ] [dependencies.yew] version = "0.21" optional = true [dev-dependencies.async-lock] version = "2.4" [dev-dependencies.futures] version = "0.3" [dev-dependencies.js-sys] version = "0.3" [dev-dependencies.wasm-bindgen-test] version = "0.3" [dev-dependencies.web-sys] version = "0.3" features = [ "Window", "Document", "HtmlElement", "Element", "HtmlHeadElement", ] [features] init = [ "async-lock", "futures", ] yew-support = ["yew"]