[package] name = "igrf" version = "0.2.0" authors = ["Markus Ast "] edition = "2018" description = "International Geomagnetic Reference Field (IGRF) implementation in pure Rust." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0" time = "0.3"