lake-elevation 0.1.1

Reservoir and lake elevation math: percent-of-pool, storage conversions, datum conversions (ft<->m), and full-pool / conservation-pool calculations.
Documentation
# 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 = "lake-elevation"
version = "0.1.1"
authors = ["LakeLevelNow <hello@lakelevelnow.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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/"
documentation = "https://lakelevelnow.com/lake/lake-mead/"
readme = "README.md"
keywords = [
    "lake",
    "reservoir",
    "elevation",
    "hydrology",
    "water",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/theluckystrike/lakelevelnow"

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