# 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 = "dms-coordinates" version = "1.3.1" authors = ["Guillaume W. Bres "] description = "Package to handle D°M'S'' coordinates" homepage = "https://github.com/gwbres/dms-coordinates" readme = "README.md" keywords = ["positionning"] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/gwbres/dms-coordinates" [dependencies.geo-types] version = "0.7.2" [dependencies.gpx] version = "0.8.1" optional = true default-features = false [dependencies.map_3d] version = "0.1.4" [dependencies.num-integer] version = "0.1.45" [dependencies.regex] version = "1" [dependencies.rust-3d] version = "0.34.0" [dependencies.serde] version = "1.0.138" features = ["derive"] optional = true default-features = false [dependencies.serde_derive] version = "1" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.assert_float_eq] version = "1.1.3" [features] default = [] std = [ "serde", "serde_derive", ]