# 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 = "spv-rs" version = "0.7.0" authors = ["Albin Sjögren "] include = ["**/*.rs", "Cargo.toml"] description = "Math utility for astronomical data" homepage = "https://github.com/AlbinSjoegren/SPV" readme = "../README.md" keywords = ["astronomy", "math", "position", "velocity"] license = "GPL-3.0" repository = "https://github.com/AlbinSjoegren/SPV" resolver = "2" [dependencies.csv] version = "1.1.6" [dependencies.glam] version = "0.20.2" [dependencies.serde] version = "1" features = ["derive"]