# 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 = "godot-ggrs-wrapper" version = "0.5.0" authors = ["Marcello Haddeman "] description = "A Rust GDNative project to provide GGRS to the Godot Engine" readme = "README.md" keywords = ["godot", "ggrs", "gamedev", "networking", "rollback"] categories = ["network-programming", "game-development"] license = "MIT" repository = "https://github.com/marcello505/godot-ggrs-wrapper" resolver = "2" [lib] name = "godot_ggrs_wrapper" crate-type = ["cdylib"] [dependencies.gdnative] version = "0.9.3" [dependencies.ggrs] version = "0.8.0"