# 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-isa" version = "0.1.2" authors = ["Ken Barker "] description = "An implementation of the ICAO International Standard Atmosphere(ISA) and air speed equations." homepage = "https://github.com/kenba/icao-isa-rs" documentation = "https://docs.rs/icao-isa/" readme = "README.md" keywords = [ "icao", "isa", "mach", "tas", "cas", ] categories = [ "aerospace", "science::geo", "no-std", ] license = "MIT" repository = "https://github.com/kenba/icao-isa-rs" [dependencies.icao-units] version = "0.1" [dependencies.libm] version = "0.2" [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"