[package] name = "redizone" version = "0.1.4" edition = "2021" description = "Redis compatible server convert longitude and latitude to timezone name(s)." homepage = "https://github.com/ringsaturn/redizone" keywords = ["timezone", "geo"] license = "MIT" readme = "README.md" repository = "https://github.com/ringsaturn/redizone" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] redcon = "0.1.2" tzf-rs = "0.4.5"