[package] name = "votesmart" authors = ["Wiley McKay Conte "] description = "A client wrapper for the Votesmart REST API" license = "MIT/Apache-2.0" version = "0.2.2" edition = "2021" homepage = "https://github.com/populist-vote/votesmart" documentation = "https://docs.rs/votesmart" repository = "https://github.com/populist-vote/votesmart" readme = "README.md" [dependencies] dotenv = "0.15.0" enum-utils = "0.1.2" reqwest = { version = "0.11.6", features = ["json"] } serde = { version = "1.0.130", features = ["derive"] } serde_json = "1.0.71" thiserror = "1.0.30" tokio = { version = "1.21.1", features = ["full"] } time = "0.3.25" async-graphql = { version = "6.0.7", optional = true }