# 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 = "sgp4-rs" version = "0.4.1" authors = ["Nick Pascucci "] build = "build.rs" links = "static=sgp4" description = "Rust wrapper around the Vallado SGP-4 orbital propagator." readme = "README.md" keywords = [ "sgp4", "orbital-mechanics", "two-line-element", "astrophysics", ] categories = [ "api-bindings", "science", "simulation", ] license = "MIT" repository = "https://github.com/nsat/sgp4-rs" [dependencies.argmin] version = "0.8.1" optional = true [dependencies.argmin-math] version = "0.3.0" features = [ "ndarray_latest-serde", "nalgebra_latest-serde", ] optional = true [dependencies.chrono] version = "0.4.23" default-features = false [dependencies.thiserror] version = "1.0" [dependencies.uom] version = "0.36.0" [dev-dependencies.float-cmp] version = "0.9" [build-dependencies.cc] version = "1.0" [features] tlegen = [ "dep:argmin", "dep:argmin-math", ]