# 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 = "bevy-rapier-baseball-flight" version = "0.0.1-alpha.5" build = false exclude = [ "/assets/", "/.github/", "/art/", "/examples/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Baseball flight simulation with Bevy and Rapier" readme = "readme.md" keywords = [ "bevy", "rapier", "baseball", "aerodynamics", "baseball-flight", ] license = "MIT OR Apache-2.0" repository = "https://github.com/slothman3878/bevy-rapier-baseball-flight" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [lib] name = "bevy_rapier_baseball_flight" path = "src/lib.rs" [dependencies.bevy] version = "^0.14.0" features = [ "dynamic_linking", "bevy_state", "bevy_asset", "bevy_color", "bevy_pbr", "bevy_scene", "x11", "tonemapping_luts", ] default-features = false [dependencies.bevy_rapier3d] version = "^0.27.0" features = [ "simd-stable", "debug-render-3d", ] [dependencies.serde] version = "1.0.213" [dev-dependencies.bevy_flycam] version = "^0.14.1" [dev-dependencies.blenvy] version = "^0.1.0-alpha.1" [dev-dependencies.log] version = "^0.4.22"