[package]
edition = "2021"
name = "lightning-distance"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Estimate how far away lightning is from the flash-to-thunder delay, plus the 30-second safety rule."
homepage = "https://theluckystrike.github.io/lightning-distance-docs/"
documentation = "https://docs.rs/lightning-distance"
readme = "README.md"
keywords = [
"lightning",
"weather",
"thunder",
"storm",
"safety",
]
categories = [
"science",
"mathematics",
]
license = "MIT"
[lib]
name = "lightning_distance"
path = "src/lib.rs"