# 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 = "rl_ball_sym" version = "4.2.0" authors = ["VirxEC"] build = false include = [ "src/", "assets/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "rl_ball_sym is a Rust implementation of Rocket League's ball physics" readme = "README.md" keywords = [ "rocket-league", "rlbot", "physics", "simulation", ] categories = [ "science", "simulation", "mathematics", ] license = "MIT" repository = "https://github.com/VirxEC/rl_ball_sym" [package.metadata.docs.rs] all-features = true [profile.bench] lto = true codegen-units = 1 [profile.release] lto = true codegen-units = 1 debug = 2 panic = "abort" [lib] name = "rl_ball_sym" path = "src/lib.rs" [dependencies.byteorder] version = "1" [dependencies.combo_vec] version = "0.7.1" default-features = false [dependencies.glam] version = "0.29.0" [dependencies.include-flate] version = "0.3.0" optional = true [dependencies.radsort] version = "0.1" [dependencies.serde] version = "1.0.188" features = ["derive"] optional = true [dev-dependencies.colored] version = "2.0.4" [dev-dependencies.criterion] version = "0.5.0" features = ["html_reports"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.rocketsim_rs] version = "0.33.0" features = ["glam"] [dev-dependencies.serde_json] version = "1.0.107" [features] compression = ["include-flate"] default = [ "heatseeker", "hoops", "dropshot", "throwback", ] dropshot = [] heatseeker = ["standard"] hoops = [] serde = [ "dep:serde", "glam/serde", ] standard = [] throwback = [] [lints.clippy] all = "warn" [lints.rust] unsafe_code = "forbid"