# 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 = "donnager" version = "0.1.2" description = "Blazingly fast astrodynamics calculations in Rust" readme = "README.md" keywords = [ "astrodynamics", "astronomy", "satellites", ] license = "MIT" repository = "https://github.com/Thomas-Oz-Dunn/donnager" [lib] name = "donnager" [[bin]] name = "launch_sim" path = "src/demos/launch_sim.rs" [[bin]] name = "n_body_sim" path = "src/demos/n_body_sim.rs" [dependencies.chrono] version = "0.4.23" [dependencies.nalgebra] version = "0.31.4" [dependencies.plotters] version = "0.3.4"