[package] edition = "2021" name = "lodestone" version = "0.5.0" authors = ["Maid Dog "] description = "A website wrapper for FFXIV's lodestone." documentation = "https://docs.rs/lodestone" repository = "https://github.com/Roughsketch/lodestone" readme = "README.md" keywords = ["lodestone", "ffxiv"] categories = ["api-bindings"] license = "MIT" [dependencies] failure = "0.1.8" lazy_static = "1.4.0" reqwest = {version = "0.12", features = ["blocking"]} select = "0.6.0"