servo-webxr-api 0.1.0

A safe Rust API that provides a way to interact with virtual reality and augmented reality devices and integration with OpenXR. The API is inspired by the WebXR Device API (https://www.w3.org/TR/webxr/) but adapted to Rust design patterns.
Documentation
# 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 = "2024"
rust-version = "1.86.0"
name = "servo-webxr-api"
version = "0.1.0"
authors = ["The Servo Project Developers"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A safe Rust API that provides a way to interact with
virtual reality and augmented reality devices and integration with OpenXR.
The API is inspired by the WebXR Device API (https://www.w3.org/TR/webxr/)
but adapted to Rust design patterns."""
readme = false
keywords = [
    "ar",
    "headset",
    "openxr",
    "vr",
    "webxr",
]
license = "MPL-2.0"
repository = "https://github.com/servo/servo"
resolver = "2"

[lib]
name = "servo_webxr_api"
path = "lib.rs"

[dependencies.embedder_traits]
version = "0.1.0"
package = "servo-embedder-traits"

[dependencies.euclid]
version = "0.22"

[dependencies.ipc-channel]
version = "0.21"

[dependencies.log]
version = "0.4.29"

[dependencies.malloc_size_of]
version = "0.1.0"
package = "servo-malloc-size-of"

[dependencies.malloc_size_of_derive]
version = "0.1"

[dependencies.profile_traits]
version = "0.1.0"
package = "servo-profile-traits"

[dependencies.serde]
version = "1.0.228"

[dependencies.servo-base]
version = "0.1.0"