# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "boardgamegeek" version = "1.0.1" authors = ["Michael Schoonmaker "] description = "A non-comprehensive client to the BoardGameGeek website and API." license = "MPL-2.0" [dependencies.atoi] version = "0.4.0" [dependencies.backoff] version = "0.3.0" features = ["tokio"] [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.4.5" [dependencies.reqwest] version = "0.11.2" features = ["native-tls"] [dependencies.thiserror] version = "1.0" [dependencies.xml-rs] version = "0.8.3" [dev-dependencies.tokio-test] version = "0.4.2"