[package] name = "uggo-ugg-api" version = "0.3.0" edition = "2021" rust-version = "1.80" license = "MIT" description = "uggo dependency -- API client for u.gg" homepage = "https://github.com/kade-robertson/uggo" repository = "https://github.com/kade-robertson/uggo" readme = "../../README.md" keywords = ["uggo"] categories = ["api-bindings"] [lints] workspace = true [dependencies] ddragon = "0.8.2" hex = "0.4.3" levenshtein = "1.0.5" lru = "0.12.3" native-tls = "0.2.11" serde = "1.0.200" simd-json = { version = "0.13.10", default-features = false, features = ["serde_impl", "swar-number-parsing"] } sha2 = "0.10.8" thiserror = "1.0.59" ureq = { version = "2.9.7", features = ["native-tls", "brotli"] } ugg-types = { version = "0.6.0", path = "../ugg-types" } [features] json-runtime-detection = ["simd-json/runtime-detection"] default = ["json-runtime-detection"]