# 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 = "perigee" version = "0.7.0" authors = ["Gerald Nash"] description = "A headless realtime 3D engine built with a focus on the web." license = "MIT" [dependencies.bincode] version = "1.3.3" [dependencies.crossbeam] version = "0.8" [dependencies.gltf] version = "1.1.0" features = ["extras"] [dependencies.log] version = "0.4.17" [dependencies.macros] version = "0.1.1" package = "perigee_macros" [dependencies.rapier3d] version = "0.17.2" features = ["serde-serialize"] [dependencies.serde] version = "1.0.97" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.37" [dependencies.toml] version = "0.5.8" [features] ffi = []