# 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 = "icao-wgs84" version = "0.3.0" authors = ["Ken Barker "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for performing geometric calculations on the WGS84 ellipsoid." homepage = "https://github.com/kenba/icao-wgs84-rs" documentation = "https://docs.rs/icao-wgs84/" readme = "README.md" keywords = [ "geometry", "ellipsoid", "wgs84", "icao", "navigation", ] categories = [ "aerospace", "mathematics", "no-std", "science", ] license = "MIT" repository = "https://github.com/kenba/icao-wgs84-rs" [lib] name = "icao_wgs84" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.angle-sc] version = "0.3" [dependencies.icao-units] version = "0.1" [dependencies.lazy_static] version = "1.5" [dependencies.libm] version = "0.2" [dependencies.unit-sphere] version = "0.3" [dev-dependencies.csv] version = "1.1" [dev-dependencies.serde_json] version = "1.0" [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"