[package] name = "icao-wgs84" version = "0.3.0" authors = ["Ken Barker "] description = "A library for performing geometric calculations on the WGS84 ellipsoid." documentation = "https://docs.rs/icao-wgs84/" homepage = "https://github.com/kenba/icao-wgs84-rs" repository = "https://github.com/kenba/icao-wgs84-rs" readme = "README.md" keywords = ["geometry", "ellipsoid", "wgs84", "icao", "navigation"] categories = ["aerospace", "mathematics", "no-std", "science"] license = "MIT" edition = "2021" [dependencies] angle-sc = "0.3" icao-units = "0.1" lazy_static = "1.5" libm = "0.2" unit-sphere = "0.3" [dev-dependencies] csv = "1.1" serde_json = "1.0" [lints.rust] unsafe_code = "forbid" [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny"