rustpower 0.4.1

An experimental ECS world snapshot system built on Bevy, featuring structured archetype storage and manifest-based serialization.
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 = "rustpower"
version = "0.4.1"
authors = ["cts chengts95@msn.cn"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An experimental ECS world snapshot system built on Bevy, featuring structured archetype storage and manifest-based serialization."
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/chengts95/rustpower"

[features]
archive = []
arrow = [
    "dep:bevy_archive",
    "archive",
]
default = [
    "rsparse",
    "arrow",
]
faer = ["dep:faer"]
klu = ["dep:rustpower-sol-klu"]
rsparse = ["dep:rsparse"]

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

[[example]]
name = "archive_example"
path = "examples/archive_example.rs"

[[example]]
name = "arrow_archive_example"
path = "examples/arrow_archive_example.rs"

[[example]]
name = "bench_ecs_ieee39"
path = "examples/bench_ecs_ieee39.rs"

[[example]]
name = "ecs_app_plugin"
path = "examples/ecs_app_plugin.rs"

[[example]]
name = "ecs_net"
path = "examples/ecs_net.rs"

[[example]]
name = "pegase9241_ecs"
path = "examples/pegase9241_ecs.rs"

[[example]]
name = "time_series"
path = "examples/time_series.rs"

[dependencies.bevy_app]
version = "^0.17.0"

[dependencies.bevy_archive]
version = "^0.3"
features = ["arrow_rs"]
optional = true

[dependencies.bevy_ecs]
version = "^0.17.0"

[dependencies.bumpalo]
version = "^3.17.0"

[dependencies.const_format]
version = "^0.2.34"

[dependencies.csv]
version = "^1.3.0"

[dependencies.derive_more]
version = "^1.0"
features = ["full"]

[dependencies.faer]
version = "^0.23"
optional = true

[dependencies.nalgebra]
version = ">=0.32.0"
features = ["serde-serialize"]

[dependencies.nalgebra-sparse]
version = ">=0.7.0"
features = ["serde-serialize"]

[dependencies.num-complex]
version = ">=0.4"

[dependencies.num-derive]
version = ">=0.3"

[dependencies.num-traits]
version = ">=0.2"

[dependencies.ordered-float]
version = ">3.0"
default-features = false

[dependencies.rsparse]
version = "^1.2"
optional = true

[dependencies.rustpower-sol-klu]
version = "0.1.2"
optional = true

[dependencies.rustpower_proc_marco]
version = "0.3.0"

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

[dependencies.serde_json]
version = ">=1.0"

[dependencies.simba]
version = ">=0.9.0"

[dependencies.tabled]
version = "^0.16.0"

[dependencies.zip]
version = "^8.0.0"

[profile.dev.package.faer]
opt-level = 3

[profile.dev.package.nalgebra]
opt-level = 3

[profile.dev.package.nalgebra-sparse]
opt-level = 3

[profile.release]
opt-level = 3
overflow-checks = false