ckanapi 0.1.2

API client for CKAN data portals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ckanapi"
version = "0.1.2"
edition = "2021"
description = "API client for CKAN data portals"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "0.4.17"
reqwest = { version = "0.11.10", features = ["multipart", "blocking", "json"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"

[dev-dependencies]
env_logger = "0.9.0"