# 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 = "rastro" version = "0.1.8" authors = ["Duncan Eddy "] description = "A modern space dynamics library for research and engineering applications.\nDesigned to be high performance, easy to learn, and fast to code, and ready for flight.\n" homepage = "https://https://duncaneddy.github.io/rastro/" documentation = "https://docs.rs/rastro/" readme = "../README.md" keywords = ["space", "astrodynamics", "satellite"] categories = ["science"] license = "MIT" repository = "https://github.com/duncaneddy/rastro/" [dependencies.nalgebra] version = "^0.29.0" [dependencies.rsofa] version = "^0.4.5" [dev-dependencies.approx] version = "^0.5.0"