# 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 = "stardust-xr-fusion" version = "0.43.2" authors = ["Nova King "] description = "High level client library for the Stardust XR display server" homepage = "https://stardustxr.org" license = "MIT" repository = "https://github.com/StardustXR/stardust-xr/" resolver = "1" [dependencies.color-eyre] version = "0.6.2" [dependencies.color-rs] version = "0.8.0" [dependencies.enum_dispatch] version = "0.3.12" [dependencies.flagset] version = "0.4.3" features = ["serde"] [dependencies.mint] version = "0.5.9" [dependencies.nanoid] version = "0.4.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.177" [dependencies.serde_repr] version = "0.1.16" [dependencies.stardust-xr] version = "0.14.0" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1" features = [ "sync", "macros", "rt", "time", "net", "io-util", "signal", ] [dependencies.tracing] version = "0.1.37" [dependencies.xkbcommon] version = "0.5.1" optional = true default-features = false [dev-dependencies.glam] version = "0.24.1" features = ["mint"] [dev-dependencies.manifest-dir-macros] version = "0.1.17" [dev-dependencies.tracing-subscriber] version = "0.3.17" [features] default = [] keymap = ["dep:xkbcommon"]