fyroxed_base 1.0.1

A scene editor for Fyrox game engine
Documentation
# 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.87"
name = "fyroxed_base"
version = "1.0.1"
authors = ["Dmitry Stepanov <d1maxa@yandex.ru>"]
build = false
include = [
    "/src/**/*",
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
    "/resources/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
default = ["fyrox/default"]
dylib_engine = ["fyrox/dylib"]

[lib]
name = "fyroxed_base"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2.9.1"

[dependencies.cargo_metadata]
version = "0.22"

[dependencies.fyrox]
version = "1.0.1"
default-features = false

[dependencies.fyrox-build-tools]
version = "1.0.1"

[dependencies.image]
version = "0.25.1"
features = [
    "gif",
    "jpeg",
    "png",
    "tga",
    "tiff",
    "bmp",
]
default-features = false

[dependencies.imageproc]
version = "0.25.0"

[dependencies.notify]
version = "8"

[dependencies.open]
version = "5"

[dependencies.opener]
version = "0.8"
features = ["reveal"]
default-features = false

[dependencies.ron]
version = "0.11"

[dependencies.rust-fuzzy-search]
version = "0.1.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
features = [
    "raw_value",
    "default",
    "std",
    "unbounded_depth",
]

[dependencies.strum]
version = "0.27"

[dependencies.strum_macros]
version = "0.27"

[dependencies.toml]
version = "0.9"
features = ["parse"]
default-features = false

[dependencies.toml_edit]
version = "0.23"