[package] authors = ["Sakuhl <2012collector@gmail.com>"] name = "geohashing" version = "0.1.0" license = "GPL-3.0+" description = "A geohashing implementation" documentation = "https://docs.rs/geohashing/" repository = "https://gitlab.com/Sakuhl/geohashing" categories = ["science"] [dependencies] md5 = "0.3.7" chrono = "0.4" reqwest = { version = "0.8", optional = true } regex = { version = "1.0", optional = true } [features] default = ["offline"] offline = [] online = ["reqwest", "regex"]