# 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 = "houtamelo_utils_gdnative" version = "2.0.7" authors = ["Houtamelo"] description = "A collection of utilities shared between Houtamelo's GDNative projects." license = "MIT" repository = "https://github.com/Houtamelo/houtamelo_utils_gdnative" [lib] crate-type = [ "lib", "cdylib", ] [dependencies.anyhow] version = "1.0" [dependencies.gdnative] version = "0.11" [dependencies.gdnative_export_node_as_path] version = "0.1" [dependencies.nameof] version = "1.2" [dependencies.rand] version = "0.8" [dependencies.rand_xoshiro] version = "0.6" [dependencies.util] version = "2.0" package = "houtamelo_utils"