# 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" rust-version = "1.65" name = "jord" version = "0.15.0" authors = ["Cedric Liegeois "] description = "Geographical Position Calculations (Ellipsoidal and Spherical models)" documentation = "https://docs.rs/jord" readme = "README.md" keywords = [ "geo", "geography", "geospatial", "n-vector", ] categories = ["science::geo"] license = "MIT" repository = "https://github.com/ofmooseandmen/jord-rs" [[bench]] name = "minor_arc" harness = false [[bench]] name = "positions" harness = false [[bench]] name = "rectangle" harness = false [[bench]] name = "sphere" harness = false [[bench]] name = "sloop" harness = false [[bench]] name = "vec3" harness = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [features] serde = ["dep:serde"]