egm96 0.3.1

EGM96 altitude above WGS84 Ellipsoid
# 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 = "egm96"
version = "0.3.1"
build = "build.rs"
exclude = [
    "data/README.md",
    "data/*.png",
    "data/*.png.aux.xml",
    "data/*.wld",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EGM96 altitude above WGS84 Ellipsoid"
readme = "README.md"
license = "Zlib"
repository = "https://github.com/micahcc/egm96-rs"

[features]
default = [
    "fetch-maps",
    "raster_5_min",
]
fetch-maps = ["dep:reqwest"]
raster_15_min = ["dep:png"]
raster_5_min = ["dep:png"]

[lib]
name = "egm96"
path = "src/lib.rs"

[[bench]]
name = "undulation_bench"
path = "benches/undulation_bench.rs"
harness = false

[dependencies.png]
version = "0.18"
optional = true

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.env_logger]
version = "0"

[dev-dependencies.log]
version = "0"

[build-dependencies.reqwest]
version = "0"
features = [
    "blocking",
    "native-tls-vendored",
]
optional = true