bevy_spliff 0.1.2

A crate for doing joins in bevy.
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 = "bevy_spliff"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate for doing joins in bevy."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/NicoZweifel/bevy_spliff"

[features]
default = [
    "derive",
    "type-aliases",
]
derive = ["dep:bevy_spliff_derive"]
type-aliases = []

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

[[test]]
name = "joins"
path = "tests/joins.rs"

[dependencies.bevy_ecs]
version = "0.18.1"

[dependencies.bevy_spliff_derive]
version = "0.1.2"
optional = true