# 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 = "longitude" version = "0.2.1" authors = ["Benjamin Faerber"] description = "Work with real world coordinates in Rust!" homepage = "https://github.com/benfaerber/longitude" readme = "README.md" keywords = [ "coordinates", "mapping", "math", "maps", ] license = "MIT" repository = "https://github.com/benfaerber/longitude" [dependencies.lazy_static] version = "1.4.0" [dependencies.libm] version = "0.2.5" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.81" optional = true [features] default = [] serde = [ "dep:serde", "dep:serde_json", ]