[package]
edition = "2021"
rust-version = "1.83"
name = "wind-profile"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wind-profile vertical extrapolation for wind energy: power law, log law, shear exponent from two heights, and IEC 61400-12-1 air density and density-corrected wind speed."
documentation = "https://docs.rs/wind-profile"
readme = "README.md"
keywords = [
"wind",
"energy",
"meteorology",
"turbine",
"renewable",
]
categories = [
"science",
"mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/NewEarthTech/wind-profile"
[lib]
name = "wind_profile"
path = "src/lib.rs"
[dependencies]