# 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 = "fyroxed_base" version = "0.21.1" authors = ["Dmitry Stepanov "] include = [ "/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md", "/resources/**/*", ] description = "A scene editor for Fyrox game engine" homepage = "https://github.com/FyroxEngine/Fyrox" readme = "README.md" keywords = [ "fyrox", "editor", "rust", ] license = "MIT" repository = "https://github.com/FyroxEngine/Fyrox" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.fyrox] version = "0.34.1" default-features = false [dependencies.image] version = "0.24.8" features = [ "gif", "jpeg", "png", "tga", "tiff", "bmp", ] default-features = false [dependencies.imageproc] version = "0.23.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.open] version = "5" [dependencies.ron] version = "0.8.0" [dependencies.rust-fuzzy-search] version = "0.1.1" [dependencies.serde] version = "^1.0.0" [dependencies.serde_json] version = "1.0.113" [dependencies.strum] version = "0.26.1" [dependencies.strum_macros] version = "0.26.1" [dependencies.toml] version = "0.8.10" features = ["parse"] default-features = false [features] default = ["fyrox/default"] dylib_engine = ["fyrox/dylib"]