# 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 = "celestial-nav" version = "0.0.1" authors = ["Guillaume W. Bres "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Celestial navigation library" homepage = "https://github.com/rtk-rs/celestial-nav" readme = "README.md" keywords = [ "navigation", "space", ] categories = [ "science", "science::geo", "no-std", ] license = "MPL-2.0" repository = "https://github.com/rtk-rs/celestial-nav" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docrs", "--generate-link-to-definition", ] [lib] name = "celestial_nav" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "stars" path = "tests/stars.rs" [dependencies.geo] version = "0.29" [dependencies.hifitime] version = "4" features = [] default-features = false [dependencies.nalgebra] version = "0.33" [dev-dependencies.image] version = "0.25.5" [build-dependencies] [features] default = ["std"] std = []