# 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 = "cheap-ruler" version = "0.4.0" authors = ["Marin Rukavina "] description = "A Rust port of cheap-ruler, a collection of very fast approximations to common geodesic measurements" homepage = "https://github.com/vipera/cheap-ruler-rs/" documentation = "https://docs.rs/cheap-ruler-rs/" readme = "README.md" license = "ISC" repository = "https://github.com/vipera/cheap-ruler-rs/" [[bench]] name = "geo" harness = false [dependencies.geo-types] version = "^0.7" [dependencies.num-traits] version = "^0.2" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.geo] version = "^0.26" [dev-dependencies.lazy_static] version = "1.4"