# 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-gravity" version = "0.3.0" authors = ["Nova King "] description = "Utility to launch apps and stardust clients spatially" readme = "README.md" license = "MIT" repository = "https://github.com/StardustXR/gravity" [[bin]] name = "gravity" path = "src/main.rs" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.glam] version = "0.22.0" features = ["mint"] [dependencies.mint] version = "0.5.9" [dependencies.nix] version = "0.26.1" features = ["process"] default-features = false [dependencies.stardust-xr-fusion] version = "0.25.3" [dependencies.tokio] version = "1.22.0" features = ["rt"] [dependencies.ustr] version = "0.9.0"