# 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 = "gdnative_tweener" version = "0.5.9" authors = ["Houtamelo"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A port of DoTween(3rd party package for Unity) to Godot 3.5, using GdNative." readme = "README.md" keywords = [ "godot", "tweening", "animation", "gdnative", "dotween", ] categories = [ "game-development", "api-bindings", ] license = "MIT" repository = "https://github.com/Houtamelo/gdnative_tweener" [lib] name = "gdnative_tweener" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.downcast-rs] version = "1.2.1" [dependencies.enum_dispatch] version = "0.3.13" [dependencies.gdnative] version = "0.11" [dependencies.gdnative_export_node_as_path] version = "0.1" [dependencies.inline_format] version = "0.2.3" [dependencies.keyframe] version = "1.1.1" [dependencies.keyframe_derive] version = "1.0.0" [dependencies.lazy_static] version = "1.4" [dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", "getrandom", ] [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.util] version = "2.0" package = "houtamelo_utils" [dependencies.util_gdnative] version = "2.0" package = "houtamelo_utils_gdnative" [features] default = [] integration_tests = []