bsru 0.8.0

Beatsaber Rust Utilities: A Beatsaber V3 parsing library.
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 = "bsru"
version = "0.8.0"
authors = ["AlephCubed"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Beatsaber Rust Utilities: A Beatsaber V3 parsing library."
readme = "README.md"
keywords = [
    "beatsaber",
    "beatmap",
]
categories = [
    "game-development",
    "data-structures",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://tangled.org/alephcubed.com/BSRU"

[features]
bevy_color = ["dep:bevy_color"]
bevy_reflect = ["dep:bevy_reflect"]

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

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

[dependencies.bevy_color]
version = "0.19"
features = ["std"]
optional = true
default-features = false

[dependencies.bevy_reflect]
version = "0.19"
optional = true
default-features = false

[dependencies.indexmap]
version = "2.12"

[dependencies.loose_enum]
version = "0.1"
features = ["serde"]

[dependencies.ordered-float]
version = "5.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.simple-easing]
version = "1.0"