[package] name = "boardgamegeek" version = "1.0.1" description = "A non-comprehensive client to the BoardGameGeek website and API." authors = ["Michael Schoonmaker "] edition = "2018" license = "MPL-2.0" [dependencies] atoi = "0.4.0" backoff = { version = "0.3.0", features = ["tokio"] } itertools = "0.10.0" log = "0.4.14" regex = "1.4.5" reqwest = { version = "0.11.2", features = ["native-tls"] } thiserror = "1.0" xml-rs = "0.8.3" [dev-dependencies] tokio-test = "0.4.2"