furmint-runtime 0.1.0

Main package of furmint game engine providing higher level API
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 = "2024"
rust-version = "1.87.0"
name = "furmint-runtime"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Main package of furmint game engine providing higher level API"
readme = false
license = "MIT"
repository = "https://github.com/w1ltshire/furmint.git"

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

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.furmint-registry]
version = "0.1.0"

[dependencies.furmint-resources]
version = "0.1.0"

[dependencies.log]
version = "0.4.28"

[dependencies.ron]
version = "0.12.1"

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

[dependencies.specs]
version = "0.20.0"
features = [
    "derive",
    "parallel",
]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.1.2"