subtr-actor 0.1.11

Rocket League replay transformer
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 = "2021"
name = "subtr-actor"
version = "0.1.11"
authors = ["Ivan Malison <ivanmalison@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rocket League replay transformer"
readme = "README.md"
keywords = ["rocket-league"]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/rlrml/subtr-actor"

[badges.github]
repository = "rlrml/subtr-actor"

[badges.maintenance]
status = "actively-developed"

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

[[bin]]
name = "main"
path = "src/bin/main.rs"

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

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

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.boxcars]
version = "0.10.10"

[dependencies.derive-new]
version = "0.7.0"

[dependencies.float-ord]
version = "0.3.2"

[dependencies.glam]
version = "0.31.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.27"

[dependencies.ndarray]
version = "0.17.2"

[dependencies.paste]
version = "1.0.15"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"