pybevy_core 0.2.0

Core storage primitives for PyBevy - validity tracking, borrowed references, runtime type registry
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 = "pybevy_core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core storage primitives for PyBevy - validity tracking, borrowed references, runtime type registry"
homepage = "https://pybevy.com"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/pybevy/pybevy"
resolver = "2"

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

[dependencies.bevy]
version = "0.18.1"
features = [
    "bevy_asset",
    "bevy_color",
]
default-features = false

[dependencies.pybevy_macros]
version = "=0.2.0"

[dependencies.pybevy_storage]
version = "=0.2.0"
features = ["pyo3"]

[dependencies.pyo3]
version = "0.27"
features = [
    "multiple-pymethods",
    "macros",
]
default-features = false

[dependencies.serde_json]
version = "1.0"

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