# 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" rust-version = "1.76.0" name = "outfly" version = "0.5.0" build = false include = [ "assets/*", "src/*", "doc/images/*", "README.md", "Cargo.toml", "Cargo.lock", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A breathtaking 3D space game in the rings of Jupiter" homepage = "https://codeberg.org/hut/outfly" readme = "README.md" keywords = [ "game", "space", "3d", ] categories = [ "games", "aerospace", "simulation", ] license = "GPL-3.0-only" repository = "https://codeberg.org/hut/outfly" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 incremental = false strip = true [[bin]] name = "outfly" path = "src/main.rs" [dependencies.bevy] version = "0.13.1" features = [ "jpeg", "bevy_asset", "bevy_audio", "bevy_scene", "bevy_winit", "bevy_core_pipeline", "bevy_pbr", "bevy_gltf", "bevy_render", "bevy_text", "bevy_ui", "file_watcher", "multi-threaded", "png", "vorbis", "x11", "tonemapping_luts", ] default-features = false [dependencies.bevy_embedded_assets] version = "0.10.2" [dependencies.bevy_xpbd_3d] version = "0.4.2" features = [ "3d", "f64", "parry-f64", "parallel", "async-collider", ] default-features = false [dependencies.fastrand] version = "2.0.2" [dependencies.regex] version = "1" [features] dev = ["bevy/dynamic_linking"]