# 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 = "keplerian-orbits" version = "0.2.0" authors = ["Dzejkop "] description = "A library for working with orbits and keplerian elements" readme = "README.md" license = "MIT" repository = "https://github.com/Dzejkop/keplerian-orbits" [dependencies.glam] version = "0.22" [dev-dependencies.bevy] version = "0.9" [dev-dependencies.bevy_egui] version = "0.19" [dev-dependencies.bevy_prototype_debug_lines] version = "0.9" features = ["3d"] [dev-dependencies.smooth-bevy-cameras] version = "0.7"