# 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 = "brahe" version = "0.0.1" authors = ["Duncan Eddy "] description = """ Brahe is a modern satellite dynamics library for research and engineering applications. It is designed to be easy-to-learn, high-performance, and quick-to-deploy. The north-star of the development is enabling users to solve meaningful problems and answer questions quickly, easily, and correctly. """ homepage = "https://https://duncaneddy.github.io/brahe/" documentation = "https://docs.rs/brahe/" readme = "README.md" keywords = [ "space", "astrodynamics", "satellite", ] categories = ["science"] license = "MIT" repository = "https://github.com/duncaneddy/brahe/" [dependencies.kd-tree] version = "0.5.1" [dependencies.nalgebra] version = "0.32.3" [dependencies.once_cell] version = "1.19.0" [dependencies.rsofa] version = "0.5.0" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.serial_test] version = "2.0.0"