# 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" rust-version = "1.72" name = "fyrox-scripts" version = "0.3.0" authors = ["Dmitry Stepanov "] include = [ "/src/**/*", "/Cargo.toml", "/LICENSE", ] description = "Standard scripts for the Fyrox engine" homepage = "https://fyrox.rs" documentation = "https://docs.rs/fyrox-scripts" keywords = [ "asset", "resource", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/FyroxEngine/Fyrox" [dependencies.fyrox] version = "0.34.0"