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