# 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 = "cuberef_core" version = "0.0.1" description = "Multiplayer voxel game written in Rust - Core code shared between client and server" license = "Apache-2.0" resolver = "1" [dependencies.anyhow] version = "1.0.70" [dependencies.cgmath] version = "0.18.0" [dependencies.prost] version = "0.11" [dependencies.prost-types] version = "0.11" [dependencies.thiserror] version = "1.0.40" [dependencies.tonic] version = "0.9.1" [dependencies.vec3D] version = "0.3.0" [build-dependencies.tonic-build] version = "0.9.1"