# 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-atmosphere" version = "0.3.0" authors = ["Nova King "] description = "Stardust XR's reference environment/homespace client" readme = "README.md" license = "MIT" repository = "https://github.com/StardustXR/atmosphere" [[bin]] name = "atmosphere" path = "src/main.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.confy] version = "0.5.0" [dependencies.glam] version = "0.22.0" features = ["mint"] [dependencies.mint] version = "0.5.9" features = ["serde"] [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.stardust-xr-fusion] version = "0.18.3" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.toml] version = "0.5.9" features = ["preserve_order"]