[package]
name = "badlang-parser"
version = "0.1.2"
authors = ["The BadLang™ Developers <contact@badlang.dev>"]
edition = "2021"
rust-version = "1.78.0"
description = "Internal parser for badlang, not meant for public consumption"
reporsitory = "https://github.com/gianzellweger/badlang"
license = "CC0-1.0"
[features]
silly = ["dep:geocoding", "dep:geolocation", "dep:local-ip-address"]
[dependencies]
anyhow = "1.0.83"
colored = "2.1.0"
either = "1.11.0"
geocoding = { version = "0.4.0", optional = true }
geolocation = { version = "0.2.1", optional = true }
itertools = "0.12.1"
local-ip-address = { version = "0.6.1", optional = true }
savefile = "0.18.5"
savefile-derive = "0.18.5"
static_assertions = "1.1.0"
strum = "0.26.2"
strum_macros = "0.26.2"