# 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 = "2018" name = "nav-types" version = "0.5.2" authors = ["Jørgen Nordmoen "] description = "Easily work with global positions and vectors" homepage = "https://github.com/nordmoen/nav-types" documentation = "https://docs.rs/nav-types/" readme = "README.md" keywords = [ "nav", "navigation", "ecef", "latitude", "wgs84", ] license = "MIT" repository = "https://github.com/nordmoen/nav-types.git" [dependencies.nalgebra] version = "0.32" [dependencies.serde] version = "1.0.164" features = ["serde_derive"] optional = true [dev-dependencies.assert] version = "0.7" [dev-dependencies.quickcheck] version = "0.9.2" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.serde_test] version = "1.0.164" [features] default = [] dev = ["serde"]