[dependencies.anyhow]
version = "1.0"
[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[lib]
name = "socrata_sdk"
path = "src/lib.rs"
[package]
authors = ["Iberi22 <contact@veeduria-ia.co>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "A Rust client for the Socrata Open Data API (SODA)"
documentation = "https://docs.rs/socrata-sdk"
edition = "2021"
exclude = ["/.github", "/scripts"]
homepage = "https://github.com/iberi22/socrata-rs"
keywords = ["socrata", "soda", "opendata", "api-client", "govtech"]
license = "MIT"
name = "socrata-sdk"
readme = "README.md"
repository = "https://github.com/iberi22/socrata-rs"
version = "0.1.0"