[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"
[dependencies.byteorder]
version = "1"
[dependencies.combo_vec]
version = "0.5"
[dependencies.glam]
version = "0.23.0"
[dependencies.include-flate]
optional = true
version = "0.2.0"
[dependencies.radsort]
version = "0.1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4.0"
[dev-dependencies.once_cell]
version = "1.17.1"
[dev-dependencies.rand]
version = "0.8"
[features]
compression = ["include-flate"]
default = ["uncompressed", "standard", "hoops", "dropshot", "throwback"]
dropshot = []
fast-math = ["glam/fast-math"]
hoops = []
stable-compression = ["compression", "include-flate/stable"]
standard = []
throwback = []
uncompressed = []
[package]
authors = ["VirxEC"]
categories = ["science", "simulation", "mathematics"]
description = "Rust implementation of ball path prediction for Rocket League; Inspired by Samuel (Chip) P. Mish's C++ utils called RLUtilities"
edition = "2021"
include = ["src/", "assets/"]
keywords = ["rocket-league", "rlbot", "physics", "simulation"]
license = "GPL-3.0"
name = "rl_ball_sym"
readme = "README.md"
repository = "https://github.com/VirxEC/rl_ball_sym"
rust-version = "1.65"
version = "3.0.2"
[package.metadata.docs.rs]
all-features = true
[profile.bench]
codegen-units = 1
lto = true
[profile.release]
codegen-units = 1
lto = true
panic = "abort"