[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.reqwest]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0.197"
[dependencies.serde-xml-rs]
version = "0.6.0"
[dependencies.tokio]
features = ["full", "test-util"]
version = "1"
[dependencies.xml]
version = "0.8.20"
[dev-dependencies.mockito]
version = "1.5.0"
[lib]
name = "arnak"
path = "src/lib.rs"
[package]
authors = ["Matthew Thompson <mat@matthewjthompson.co.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "A Rust library for the BoardGameGeek XML API."
documentation = "https://docs.rs/arnak"
edition = "2021"
keywords = ["boardgames", "bgg", "boardgamegeek", "bgg-api", "boardgamegeek-api"]
license = "MIT"
name = "arnak"
readme = "README.md"
repository = "https://github.com/MatthewThompson/arnak"
version = "0.6.0"