subtr-actor 0.2.2

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.2.2"
authors = ["Ivan Malison <ivanmalison@gmail.com>"]
build = false
include = [
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/src/**",
]
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 = "ballchasing_compare"
path = "src/bin/ballchasing_compare.rs"

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

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.boxcars]
version = "0.10.11"

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

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

[dependencies.glam]
version = "0.31.0"

[dependencies.log]
version = "0.4.27"

[dependencies.ndarray]
version = "0.17.2"

[dependencies.paste]
version = "1.0.15"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"