# 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 = "mappers" version = "0.7.1" authors = ["Jakub Lewandowski "] exclude = [ ".github/*", ".vscode/*", ".idea/*", "data/*", ] description = "Pure Rust geographical projections library" readme = "README.md" keywords = [ "geography", "map", "projection", ] categories = [ "mathematics", "science", ] license = "Apache-2.0" repository = "https://github.com/ScaleWeather/mappers" [dependencies.const_soft_float] version = "^0.1.4" default-features = false [dependencies.float-cmp] version = "0.9" features = ["std"] default-features = false [dependencies.geographiclib-rs] version = "^0.2.4" default-features = false [dependencies.thiserror] version = "1.0" default-features = false [dev-dependencies.float-cmp] version = "0.9" features = ["std"] default-features = false [dev-dependencies.proj] version = "0.27" features = ["pkg_config"] default-features = false [dev-dependencies.rand] version = "0.8"