[package]
name = "lake-elevation"
version = "0.1.1"
edition = "2021"
authors = ["LakeLevelNow <hello@lakelevelnow.com>"]
license = "MIT"
description = "Reservoir and lake elevation math: percent-of-pool, storage conversions, datum conversions (ft<->m), and full-pool / conservation-pool calculations."
homepage = "https://lakelevelnow.com/"
repository = "https://github.com/theluckystrike/lakelevelnow"
documentation = "https://lakelevelnow.com/lake/lake-mead/"
keywords = ["lake", "reservoir", "elevation", "hydrology", "water"]
categories = ["science", "mathematics"]
readme = "README.md"
[lib]
name = "lake_elevation"
path = "src/lib.rs"