# 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" rust-version = "1.70.0" name = "geographiclib-rs" version = "0.2.4" description = "A port of geographiclib in Rust." documentation = "https://docs.rs/geographiclib-rs" readme = "README.md" keywords = [ "gis", "geo", "geography", "geospatial", ] license = "MIT" repository = "https://github.com/georust/geographiclib-rs" [[bench]] name = "geodesic_benchmark" harness = false [dependencies.accurate] version = "0.3" optional = true default-features = false [dependencies.libm] version = "0.2.8" default-features = false [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.geographiclib] version = "0.1.0" [features] default = ["accurate"] test_full = [] test_short = []