vitium-api 0.1.1

APIs for Vitium
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"
name = "vitium-api"
version = "0.1.1"
authors = ["misaka10987 <misaka10987@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "APIs for Vitium"
homepage = "https://github.com/misaka10987/vitium"
documentation = "https://github.com/misaka10987/vitium"
readme = "README.md"
keywords = [
    "vitium",
    "api",
    "game",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/misaka10987/vitium"
resolver = "2"

[lib]
name = "vitium_api"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.bevy_ecs]
version = "0.16.0"

[dependencies.fe3o4]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.11"

[target.'cfg(target_family="wasm")'.dependencies.tsify-next]
version = "0.5.5"
features = ["js"]

[target.'cfg(target_family="wasm")'.dependencies.wasm-bindgen]
version = "0.2.100"