fyrox-template-core 1.0.1

Project template generator for Fyrox 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 = "fyrox-template-core"
version = "1.0.1"
authors = ["Dmitry Stepanov <d1maxa@yandex.ru>"]
build = false
include = [
    "/src/**/*",
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
    "engine.version",
    "editor.version",
    "scripts.version",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Project template generator for Fyrox engine"
homepage = "https://fyrox.rs"
readme = "README.md"
keywords = [
    "fyrox",
    "game",
    "project",
]
categories = ["game-development"]
license = "MIT"
repository = "https://github.com/FyroxEngine/Fyrox"

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

[dependencies.convert_case]
version = "0.8.0"

[dependencies.regex]
version = "1.7.3"

[dependencies.toml]
version = "0.9.6"

[dependencies.toml_edit]
version = "0.23.5"

[dependencies.unicode-xid]
version = "0.2.6"

[dependencies.uuid]
version = "1"
features = ["v4"]

[build-dependencies.toml_edit]
version = "0.23.5"